Skip to content

Commit

Permalink
build: bump go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
clambin committed Sep 24, 2023
1 parent f0c2646 commit b96ece1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
go:
- '1.19'
- '1.20'
- '1.21'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
go:
- '1.19'
- '1.20'
- '1.21'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit b96ece1

Please sign in to comment.