Skip to content

Commit

Permalink
Update CI configs to v0.6.2
Browse files Browse the repository at this point in the history
Update lint scripts and CI configs.
  • Loading branch information
pionbot authored and Sean-Der committed Jun 14, 2023
1 parent 919adef commit 5055564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15", "1.16"]
go: ["1.16", "1.17"]
fail-fast: false
name: Go ${{ matrix.go }}
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.15", "1.16"]
go: ["1.16", "1.17"]
fail-fast: false
name: Go i386 ${{ matrix.go }}
steps:
Expand Down

0 comments on commit 5055564

Please sign in to comment.