Skip to content

Commit

Permalink
Update tests to go1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed May 18, 2021
1 parent 2574e7d commit 2fd86a3
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 @@ -20,10 +20,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.16

- name: Install depedencies
run: go get honnef.co/go/tools/cmd/staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 2fd86a3

Please sign in to comment.