Skip to content

Commit 890ad9a

Browse files
committed
ci: update golang version to 1.24
1 parent ea3cfcb commit 890ad9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.23
22+
go-version: 1.24
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v6
2525
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: 1.23
64+
go-version: 1.24
6565

6666
- name: Build ${{matrix.os}}-${{matrix.arch}} binary
6767
id: build

0 commit comments

Comments
 (0)