Skip to content

Commit

Permalink
bump golangci-lint with support of go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalor93 committed Sep 16, 2022
1 parent 0032be6 commit 72a2d89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
with:
go-version: '1.19.0'
- uses: actions/checkout@v3
# See https://github.com/golangci/golangci-lint-action/issues/442#issuecomment-1203786890
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3
- name: Run golangci-lint
run: golangci-lint run --version --verbose --out-format=github-actions
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.49.0

0 comments on commit 72a2d89

Please sign in to comment.