Skip to content

Commit

Permalink
golint: Update version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Apr 5, 2022
1 parent b559021 commit f3f9766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.14'
go-version: '1.16'
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ linters:
- goimports
- gofmt
- misspell
- maligned
- govet
disable:
- errcheck

0 comments on commit f3f9766

Please sign in to comment.