Skip to content

Commit

Permalink
update go version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-dartigues committed Sep 28, 2023
1 parent ffaf3a9 commit df18832
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: cache go modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: cache go modules
uses: actions/cache@v1
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/orange-cloudfoundry/promconsulfetcher

go 1.17
go 1.21

require (
github.com/alecthomas/kingpin v2.2.6+incompatible
Expand Down
Loading

0 comments on commit df18832

Please sign in to comment.