Skip to content

Commit

Permalink
dependencies: updating to Go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Oct 11, 2023
1 parent 5961d3d commit 39100dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-milestone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.20.5'
go-version: '1.21.3'
- run: |
go install github.com/stephybun/link-milestone@latest
link-milestone
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.5
1.21.3

0 comments on commit 39100dc

Please sign in to comment.