We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c8421 commit 69e9b83Copy full SHA for 69e9b83
.github/workflows/link-milestone.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
19
with:
20
# 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'
+ go-version: '1.25.3'
22
- run: |
23
go install github.com/stephybun/link-milestone@latest
24
link-milestone
.go-version
@@ -1 +1 @@
1
-1.24.1
+1.25.3
go.mod
@@ -63,4 +63,4 @@ require (
63
software.sslmate.com/src/go-pkcs12 v0.5.0 // indirect
64
)
65
66
-go 1.24.1
+go 1.25.3
0 commit comments