Skip to content

Commit

Permalink
ci: update golangci-lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Feb 1, 2023
1 parent ba99848 commit 25e0fb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,15 @@ jobs:
go mod tidy
go mod download
go install golang.org/x/tools/cmd/goimports@latest
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.50.0
version: v1.50
working-directory: ./
skip-pkg-cache: true
skip-cache: true
skip-build-cache: true
args: --timeout=99m --config ./.golangci.yml

0 comments on commit 25e0fb1

Please sign in to comment.