Skip to content

Commit 7e5bb99

Browse files
chore(deps): update dependency go to 1.24.x
1 parent 5c019e2 commit 7e5bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23.x"
24+
go-version: "1.24.x"
2525
- name: Install dependencies
2626
run: go mod download
2727
- name: Test with Go

0 commit comments

Comments
 (0)