Skip to content

Commit 8847023

Browse files
chore(deps): update dependency go to 1.24
1 parent 8055bc9 commit 8847023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Go
1010
uses: actions/setup-go@v5
1111
with:
12-
go-version: '1.23'
12+
go-version: '1.24'
1313
cache-dependency-path: ./go.mod
1414
- name: Run Tests
1515
run: go test -v ./...

0 commit comments

Comments
 (0)