File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
- name : golangci-lint
49
49
uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837
50
50
with :
51
- version : v1.63.4 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
51
+ version : v1.64.7 # Also update GOLANGCI_VERSION variable in GNUmakefile when updating this version
52
52
- name : actionlint
53
53
run : |
54
54
make tools
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ linters:
97
97
- exhaustive
98
98
- makezero
99
99
- noctx
100
- - tenv
101
100
- testpackage
101
+ - usetesting
102
102
run :
103
103
timeout : 10m
104
104
tests : true
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLI_DESTINATION=./bin/$(CLI_BINARY_NAME)
4
4
MANIFEST_FILE? =./bin/manifest.yml
5
5
WIN_MANIFEST_FILE? =./bin/manifest.windows.yml
6
6
7
- GOLANGCI_VERSION =v1.63.4 # Also update golangci-lint GH action in code-health.yml when updating this version
7
+ GOLANGCI_VERSION =v1.64.7 # Also update golangci-lint GH action in code-health.yml when updating this version
8
8
9
9
.PHONY : build
10
10
build : # # Generate the binary in ./bin
Original file line number Diff line number Diff line change 1
1
module github.com/mongodb-labs/atlas-cli-plugin-terraform
2
2
3
- go 1.23.6
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/fsnotify/fsnotify v1.8.0
You can’t perform that action at this time.
0 commit comments