Skip to content

Commit

Permalink
Bump golangci-lint-action to v3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Feb 25, 2022
1 parent 83f927b commit 5b5fa6c
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ on:
- main
pull_request:
jobs:
golangci:
name: golangci-lint
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x

- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
uses: golangci/golangci-lint-action@v3
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.43.0
Expand Down

0 comments on commit 5b5fa6c

Please sign in to comment.