Skip to content

Commit

Permalink
Merge pull request #69 from shibumi/fix-ci
Browse files Browse the repository at this point in the history
Fix Github Actions
  • Loading branch information
sschuberth committed Mar 4, 2024
2 parents fe183c1 + 11504a3 commit a8ae119
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 @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.21.x, 1.22.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
GO111MODULE=off go get github.com/mattn/goveralls
go install github.com/mattn/goveralls@latest
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
- name: Fuzz tests
Expand Down

0 comments on commit a8ae119

Please sign in to comment.