Skip to content

Commit 1391cb1

Browse files
committed
Upgrade golang version for workflows
1 parent 6edbb27 commit 1391cb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: '1.23'
15+
go-version: '1.24'
1616
- uses: actions/checkout@v2
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v2
1111
with:
12-
go-version: '1.23'
12+
go-version: '1.24'
1313
- name: Env
1414
run: |
1515
go version

0 commit comments

Comments
 (0)