forked from cerc-io/laconicd-deprecated
update golang-ci-action version
This commit is contained in:
parent
05a3eec1d6
commit
89b64fffef
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -14,13 +14,15 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
go-version: 1.18
|
||||||
- uses: technote-space/get-diff-action@v6.0.1
|
- uses: technote-space/get-diff-action@v6.0.1
|
||||||
with:
|
with:
|
||||||
SUFFIX_FILTER: |
|
SUFFIX_FILTER: |
|
||||||
.go
|
.go
|
||||||
.mod
|
.mod
|
||||||
.sum
|
.sum
|
||||||
- uses: golangci/golangci-lint-action@v2.5.2
|
- uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
||||||
version: v1.42.1
|
version: v1.42.1
|
||||||
|
Loading…
Reference in New Issue
Block a user