Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5298ce4

Browse files
authored
Update Go version in GitHub Actions workflow (#226)
1 parent 4a853c9 commit 5298ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.24
22+
go-version: 1.25
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)