Skip to content

Commit a8ae119

Browse files
authored
Merge pull request #69 from shibumi/fix-ci
Fix Github Actions
2 parents fe183c1 + 11504a3 commit a8ae119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.19.x, 1.20.x]
7+
go-version: [1.21.x, 1.22.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
run: |
32-
GO111MODULE=off go get github.com/mattn/goveralls
32+
go install github.com/mattn/goveralls@latest
3333
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
3434
3535
- name: Fuzz tests

0 commit comments

Comments
 (0)