Skip to content

Commit

Permalink
ci: Test with Go 1.22 (#86)
Browse files Browse the repository at this point in the history
Add Go 1.22 to the matrix, leave 1.20 in for now.
When we delete 1.20, we should bump the go.mod to 1.21.
  • Loading branch information
abhinav authored Feb 11, 2024
1 parent b92d76b commit 30323a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: ['1.21.x', '1.20.x']
go-version: ['1.22.x', '1.21.x', '1.20.x']
arch: ['amd64', '386', 'arm64']
os: ['ubuntu-latest']
include:
- os: 'macos-latest'
arch: 'amd64'
go-version: '1.21.x'
go-version: '1.22.x'
- os: 'windows-latest'
arch: 'amd64'
go-version: '1.21.x'
go-version: '1.22.x'

steps:
- name: Checkout code
Expand Down

0 comments on commit 30323a7

Please sign in to comment.