Skip to content

Commit

Permalink
Bump go versions used in tests and builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hikhvar committed Mar 25, 2024
1 parent 66d4028 commit 20da321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Test oldest and newest supported version
go-version: [1.14.x, 1.21.x]
go-version: [1.16.x, 1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.22.x
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 20da321

Please sign in to comment.