mirror of https://github.com/databricks/cli.git
Revert "temporary - try to remove setup-go"
This reverts commit 0027c654f1
.
This commit is contained in:
parent
d4d0a36087
commit
db551ac192
|
@ -94,6 +94,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: stable
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6
|
uses: golangci/golangci-lint-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue