Skip to content

Commit 6869fbc

Browse files
authored
Remove linters...
1 parent f47b3dc commit 6869fbc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -67,7 +67,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)