Skip to content

Commit 8c212ee

Browse files
chore(deps): update dependency go to 1.24
1 parent de7104a commit 8c212ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.23
28+
go-version: 1.24
2929

3030
- name: Format Code
3131
run: make fmt

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Go
6868
uses: actions/setup-go@v5
6969
with:
70-
go-version: '1.23'
70+
go-version: '1.24'
7171

7272
- name: Clean module cache directory
7373
run: sudo rm -rf ~/go/pkg/mod

0 commit comments

Comments
 (0)