Skip to content

Commit 75f89f8

Browse files
committed
use go-version for link-milestone.yaml
1 parent 1266d2f commit 75f89f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-milestone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1919
with:
20-
go-version-file: ./.go-version
21-
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'
2222
- run: |
2323
go install github.com/stephybun/link-milestone@latest
2424
link-milestone

0 commit comments

Comments
 (0)