Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/rossigee/openvpnas-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
rossigee committed Aug 31, 2022
2 parents 9a39578 + 7489521 commit 85f0268
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.16.3'
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3.2.0
with:
version: latest
releases-matrix:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

# - uses: actions/setup-go@v2
# - uses: actions/setup-go@v3
# with:
# go-version: '^1.16.3'

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/rossigee/openvpnas-exporter
go 1.16

require (
alexejk.io/go-xmlrpc v0.2.0
github.com/prometheus/client_golang v1.11.0
alexejk.io/go-xmlrpc v0.4.0
github.com/prometheus/client_golang v1.13.0
)
Loading

0 comments on commit 85f0268

Please sign in to comment.