use stable (#149)

This commit is contained in:
Boshi Lian 2023-03-15 20:24:45 -07:00 committed by GitHub
parent b24b7eea06
commit 50882ccdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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