mirror of https://github.com/databricks/cli.git
use explicit go-version instead of stable
This commit is contained in:
parent
db551ac192
commit
82ac762aa8
|
@ -96,7 +96,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: 1.23.2
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue