Skip to content

Commit

Permalink
build: Test against go 1.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi committed Feb 18, 2021
1 parent ccdeab1 commit 62b7ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.14, 1.15]
go: [1.15, 1.16]
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v2
- name: Install Linters
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0"
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0"
- name: Build
env:
GO111MODULE: "on"
Expand Down

0 comments on commit 62b7ed1

Please sign in to comment.