Skip to content

Commit d7ee0d3

Browse files
authored
ci(tag-release): use Go 1.25 for build
1 parent a3119a2 commit d7ee0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-go@v5
4141
with:
42-
go-version: '1.20'
42+
go-version: '1.25'
4343

4444
- name: Download go dependencies
4545
run: go get -t -v ./...

0 commit comments

Comments
 (0)