Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
f9e9848ad9
commit
6bd0e272d5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/.github-ci.yaml
vendored
5
.github/workflows/.github-ci.yaml
vendored
|
@ -20,9 +20,10 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: "1.21"
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: https://github.com/golangci/golangci-lint-action@v6
|
uses: https://github.com/golangci/golangci-lint-action@v6
|
||||||
|
|
Loading…
Reference in a new issue