Skip to content

Commit

Permalink
ci: test more golang versions for sdk support (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski authored Feb 7, 2024
1 parent 0709970 commit 8ff9817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Test
strategy:
matrix:
go_version: ['1.20']
go_version: ['1.20', '1.21', '1.22']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
cache: false
- name: Go version
run: go version
- name: Go get dependencies
Expand Down

0 comments on commit 8ff9817

Please sign in to comment.