Skip to content

Commit

Permalink
build matrix and golang-ci version
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Jan 4, 2021
1 parent 44d4693 commit dfa52bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.13.10", "1.14.2"]
go: ["1.14.13", "1.15.6"]
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test:

lint:
@if [ ! -f "$$(go env GOPATH)/bin/golangci-lint" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.29.0; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.34.1; \
fi
"$$(go env GOPATH)/bin/golangci-lint" run ./...
go mod tidy
Expand Down

0 comments on commit dfa52bd

Please sign in to comment.