Skip to content

Commit

Permalink
feat(ci): pin golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed May 12, 2021
1 parent 608504b commit 8f7131e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
version: v1.40.0
skip-go-installation: true
- name: Test
run: go test ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
version: v1.40.0
skip-go-installation: true
- name: Test
run: go test ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/test.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
version: v1.40.0
skip-go-installation: true
- name: Test
run: go test ./...

0 comments on commit 8f7131e

Please sign in to comment.