Skip to content

Commit

Permalink
bump go to 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Sep 18, 2023
1 parent d935834 commit 53c0777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
strategy:
matrix:
include:
- go: '1.20.x'
- go: '1.21.x'
os: ubuntu-latest
canonical: true
- go: '1.19.x'
- go: '1.20.x'
os: ubuntu-latest
canonical: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
check-latest: true

- name: Basic integrity checks
Expand Down

0 comments on commit 53c0777

Please sign in to comment.