Skip to content

Commit

Permalink
bump go version to 1.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Sep 13, 2024
1 parent b0dd4f8 commit eba7a7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
# we cannot use go-version-file here because no repositories are checked out so there is no file to reference
go-version: '1.21.6'
go-version: '1.22.7'
- 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.21.6
1.22.7
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ require (
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect
)

go 1.21
go 1.22

0 comments on commit eba7a7d

Please sign in to comment.