Skip to content

Commit

Permalink
Use go1.16 for golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Feb 19, 2021
1 parent dae77cd commit e7186c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.37
skip-go-installation: true
# Optional: working directory, useful for monorepos
# working-directory: somedir
# Optional: golangci-lint command line arguments.
Expand Down

0 comments on commit e7186c5

Please sign in to comment.