use stable (#149)
This commit is contained in:
parent
b24b7eea06
commit
50882ccdec
2 changed files with 2 additions and 2 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.20
|
||||
go-version: 'stable'
|
||||
cache: true
|
||||
|
||||
- uses: dotnet/nbgv@master
|
||||
|
|
|
|||
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: ^1.20
|
||||
go-version: 'stable'
|
||||
cache: true
|
||||
|
||||
- name: golangci-lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue