Skip to content

Commit

Permalink
bump go mod
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
jkroepke committed Nov 12, 2023
1 parent 552e9d8 commit 36524fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
- master

env:
GO_VER: '^1.21.1'
PROMU_VER: '0.14.0'
PROMTOOL_VER: '2.43.0'

Expand All @@ -32,9 +31,9 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VER }}
go-version-file: 'go.mod'

- name: Test
run: make test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# fetch-depth required for gitversion in `Build` step
fetch-depth: 0

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.21.1'
go-version-file: 'go.mod'

- name: Install Build deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/prometheus-community/windows_exporter

go 1.19
go 1.21

require (
github.com/Microsoft/hcsshim v0.11.4
Expand Down

0 comments on commit 36524fc

Please sign in to comment.