Skip to content

Commit

Permalink
Update Go versions for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Dec 4, 2022
1 parent a76eb16 commit fe2f6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand All @@ -32,7 +32,7 @@ jobs:
needs: test
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
go-version: [1.18.x, 1.19.x]
arch: [386, arm, arm64]
runs-on: ubuntu-latest

Expand Down

0 comments on commit fe2f6e8

Please sign in to comment.