Skip to content

Commit

Permalink
Fix actions (#310)
Browse files Browse the repository at this point in the history
* upgrade versions

* test

* go 1.17
  • Loading branch information
moshebe committed Dec 25, 2021
1 parent 6b8a883 commit 919eef4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ on: push

jobs:
lint:
strategy:
matrix:
goVer: [1.12 1.13 1.14]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://golangci/golangci-lint:v1.23.8
- uses: golangci/golangci-lint-action@v2
name: golangci-lint
with:
args: golangci-lint run
env:
CGO_ENABLED: 0
version: v1.43.0
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
goVer: [1.13, 1.14]
goVer: [1.17]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.goVer }}
- run: go test -cover ./...
Expand Down

0 comments on commit 919eef4

Please sign in to comment.