Skip to content

Commit

Permalink
Merge pull request #19834 from hashicorp/b/fix-link-milestone
Browse files Browse the repository at this point in the history
Tooling: hardcode go version for link-milestone action
  • Loading branch information
tombuildsstuff authored Jan 3, 2023
2 parents f3d3449 + 9857bee commit 77e412d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-milestone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version-file: ./.go-version
go-version: '1.19.3'
- run: |
go install github.com/stephybun/link-milestone@latest
link-milestone
Expand Down

0 comments on commit 77e412d

Please sign in to comment.