feat(ci): pin golangci-lint version
This commit is contained in:
2
.github/workflows/nightly-release.yaml
vendored
2
.github/workflows/nightly-release.yaml
vendored
@@ -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 ./...
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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 ./...
|
||||
|
||||
@@ -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 ./...
|
||||
Reference in New Issue
Block a user