Skip to content

Commit

Permalink
Merge pull request #14 from keybase/joshblum/upgrade-go
Browse files Browse the repository at this point in the history
Test against the latest versions of Go
  • Loading branch information
joshblum authored Dec 13, 2023
2 parents 396ca57 + 6019b28 commit 4b3ff33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -21,6 +21,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: v1.55
- run: go vet ./...
- run: go test ./...

0 comments on commit 4b3ff33

Please sign in to comment.