File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/setup-go@v4
17
17
with :
18
18
go-version : ' 1.21.6'
19
- # during the golangci-lint execution, many files are extracted
20
- # which conflict with those which are cached by the go setup
21
- # and cause an insane amount of log spam.
22
- # This is an ongoing issue with the golangci-lint action, and
23
- # so for now we won't cache the Go artifacts:
24
- # https://github.com/golangci/golangci-lint-action/issues/807
25
19
cache : false
26
20
27
21
- name : Verify Go Mod
38
32
39
33
- name : Run golangci-lint
40
34
35
+ with :
36
+ # during the golangci-lint execution, many files are extracted
37
+ # which conflict with those which are cached by the go setup
38
+ # and cause an insane amount of log spam.
39
+ # This is an ongoing issue with the golangci-lint action, and
40
+ # so for now we won't cache the Go artifacts:
41
+ # https://github.com/golangci/golangci-lint-action/issues/807
42
+ skip-cache : true
41
43
42
44
# - name: Test
43
45
# run: go test -v ./...
You can’t perform that action at this time.
0 commit comments