Skip to content

Commit

Permalink
ci: update ci go version, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jul 2, 2020
1 parent 3f6b974 commit fea8a2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ jobs:

- uses: actions/setup-go@v1
with:
go-version: 1.12

- run: make test
go-version: 1.14

- run: make format

- uses: grandcolline/golang-github-actions@v1.1.0
- uses: actions-contrib/golangci-lint@v1
env:
GOROOT: ""
with:
run: lint
token: ${{ secrets.GITHUB_TOKEN }}
args: "run"

- run: make test

- name: Set GOPATH
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: actions/setup-go@v1
with:
go-version: 1.12
go-version: 1.14

- name: Set GOPATH
run: |
Expand Down

0 comments on commit fea8a2e

Please sign in to comment.