Skip to content

Commit

Permalink
Merge pull request #351 from kkdai/update-action-1.19
Browse files Browse the repository at this point in the history
update gihub action go matrix from 1.19 to 1.20.6
  • Loading branch information
kkdai authored Jul 31, 2023
2 parents a24603d + 9ebd341 commit f684564
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ jobs:
strategy:
matrix:
go:
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- '1.19'
- '1.19.11'
- '1.20'
- '1.20.6'
steps:
- uses: actions/checkout@v3

Expand All @@ -28,17 +25,11 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: install golint
run: go get golang.org/x/lint/golint

- name: run codecov.sh
run: bash script/codecov.sh

- name: go vet
run: go vet $(go list ./... | grep -v /examples/)

- name: run golint
run: golint --set_exit_status ./...

- name: Publish to codecov.io
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit f684564

Please sign in to comment.