File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 cache : true
3030 - run : go mod download
3131 - run : go build -v .
32- - name : Run linters
33- uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
34- with :
35- version : latest
32+ # - name: Run linters
33+ # uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
34+ # with:
35+ # version: latest
3636
3737 # generate:
3838 # runs-on: ubuntu-latest
6767 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
6868 with :
6969 go-version-file : ' go.mod'
70- cache : false
70+ cache : true
7171 - uses : hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
7272 with :
7373 terraform_version : ${{ matrix.terraform }}
You can’t perform that action at this time.
0 commit comments