chore: pipeline adjustments
This commit is contained in:
parent
68c1f11a5c
commit
49fa812459
2 changed files with 9 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,9 @@ jobs:
|
|||
- name: Setup GO
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.26
|
||||
# go-version: 1.26
|
||||
go-version-file: 'go.mod'
|
||||
cache-dependency-path: 'go.sum'
|
||||
|
||||
- name: GO Linting
|
||||
uses: golangci/golangci-lint-action@v9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue