Skip to content

Commit

Permalink
chore(go): update Go version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrgm committed Feb 14, 2025
1 parent f7923ef commit 2e5aa2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .anvil.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generated_at": "2025-02-12T21:26:42.738453202Z",
"generated_at": "2025-02-14T16:30:29.814637883Z",
"version": "1.2.26",
"files": [
{
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.23
go-version: ^1.24
check-latest: true

- name: Run 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.23
go-version: ^1.24
check-latest: true

- name: Run 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.23
go-version: ^1.24
check-latest: true

- name: install golangci
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.23'
go: '1.24'
# see: https://golangci-lint.run/usage/configuration/
modules-download-mode: readonly
# include test files or not.
Expand Down

0 comments on commit 2e5aa2f

Please sign in to comment.