Skip to content

Commit 69e9b83

Browse files
committed
bump go to v1.25.3
1 parent b8c8421 commit 69e9b83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/link-milestone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1919
with:
2020
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
21-
go-version: '1.24.1'
21+
go-version: '1.25.3'
2222
- run: |
2323
go install github.com/stephybun/link-milestone@latest
2424
link-milestone

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.1
1+
1.25.3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ require (
6363
software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect
6464
)
6565

66-
go 1.24.1
66+
go 1.25.3

0 commit comments

Comments
 (0)