Skip to content

Commit 937775e

Browse files
committed
chore: update Go version from 1.21 to 1.24 in build configuration
1 parent 8472126 commit 937775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.21
24+
go-version: 1.24
2525

2626
- name: Tidy
2727
run: go mod tidy

0 commit comments

Comments
 (0)