Skip to content

Commit

Permalink
Merge pull request #10 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 4abf538 + 1ec3a49 commit 53a5ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/keybase/msgpackzip

go 1.19
go 1.21

require github.com/stretchr/testify v1.8.0

Expand Down

0 comments on commit 53a5ba0

Please sign in to comment.