File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
go-version-file : ' cfn-resources/go.mod'
51
51
cache : false # see https://github.com/golangci/golangci-lint-action/issues/807
52
52
- name : golangci-lint
53
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
53
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
54
54
with :
55
- version : v2.0.2 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
55
+ version : v2.1.6 # Also update GOLANGCI_VERSION variable in Makefile when updating this version
56
56
working-directory : cfn-resources
57
57
- name : actionlint
58
58
run : |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ldXflags=github.com/mongodb/mongodbatlas-cloudformation-resources/util.defaultLo
8
8
ldXflagsD=github.com/mongodb/mongodbatlas-cloudformation-resources/util.defaultLogLevel =debug
9
9
10
10
MOCKERY_VERSION =v2.42.1
11
- GOLANGCI_VERSION =v2.0.2 # Also update golangci-lint GH action in code-health.yml when updating this version
11
+ GOLANGCI_VERSION =v2.1.6 # Also update golangci-lint GH action in code-health.yml when updating this version
12
12
13
13
.PHONY : submit
14
14
submit :
You can’t perform that action at this time.
0 commit comments