Skip to content

Commit

Permalink
refactor(ci): use Go v1.22 as the minimum version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Feb 22, 2024
1 parent 5a23388 commit aeb26f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated_at": "2024-02-11T11:55:46.962267793Z",
"version": "1.2.7",
"generated_at": "2024-02-22T13:17:56.362418381Z",
"version": "1.2.8",
"files": [
{
"path": ".editorconfig"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.22

- name: Run generate
id: generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.22

- name: Run generate
id: generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: golang
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.22

- name: install golangci
uses: giantswarm/install-binary-action@v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run:
# golang-ci lint runtime timeout
deadline: 5m
# latest supported Go version
go: '1.21'
go: '1.22'
# see: https://golangci-lint.run/usage/configuration/
modules-download-mode: readonly
# include test files or not.
Expand Down

0 comments on commit aeb26f6

Please sign in to comment.