Skip to content

Commit

Permalink
Merge pull request #197 from promhippie/golang-version
Browse files Browse the repository at this point in the history
ci: upgrade go toolchain to 1.21
  • Loading branch information
tboerger committed Aug 10, 2023
2 parents 1a83cbe + 0c9c197 commit 36e5a23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Run generate
id: generate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Run changelog
id: changelog
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Generate envvars
id: envvars
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Generate labels
id: labels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Run generate
id: generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: golang
uses: actions/setup-go@v4
with:
go-version: ^1.19.0
go-version: ^1.21.0

- name: Run generate
id: generate
Expand Down

0 comments on commit 36e5a23

Please sign in to comment.