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.
go-version
link-milestone.yaml
1 parent 1266d2f commit 75f89f8Copy full SHA for 75f89f8
.github/workflows/link-milestone.yaml
@@ -17,8 +17,8 @@ jobs:
17
steps:
18
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
19
with:
20
- go-version-file: ./.go-version
21
-
+ # we cannot use go-version-file here because no repositories are checked out so there is no file to reference
+ go-version: '1.24.1'
22
- run: |
23
go install github.com/stephybun/link-milestone@latest
24
link-milestone
0 commit comments