File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
go-version-file : go.mod
24
24
25
- - uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
25
+ - uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
26
26
27
27
# installed here to run lint on the .goreleaser.yml file:
28
28
- name : Install GoReleaser
44
44
with :
45
45
go-version-file : go.mod
46
46
47
- - uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
47
+ - uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
48
48
49
49
- name : Install GoReleaser
50
50
uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
Original file line number Diff line number Diff line change 31
31
go-version-file : go.mod
32
32
cache : false
33
33
34
- - uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
34
+ - uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
35
35
36
36
# installed here to run lint on the .goreleaser.yml file:
37
37
- name : Install GoReleaser
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ func base64EncodeFile(path string) (string, error) {
137
137
if err != nil {
138
138
return "" , err
139
139
}
140
- defer in .Close ()
140
+ defer in .Close () // nolint: errcheck
141
141
142
142
buf := bytes.Buffer {}
143
143
encoder := base64 .NewEncoder (base64 .StdEncoding , & buf )
You can’t perform that action at this time.
0 commit comments