Skip to content

Commit 581dea7

Browse files
author
Ryan Lymburner
committed
Upgrade golangci-lint version to v2.4.0 in setup.sh
1 parent 28961e6 commit 581dea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare -a DEPENDENCY_LIST=("go" "awscli" "kubernetes-cli" "eksctl" "helm" "jq" "yq" "make")
44
CURRENT_CONTROLLER_VERSION="1.1.4"
55
CURRENT_CRD_VERSION="1.2.0"
6-
GOLANGCI_LINT_VERSION="2.1.5"
6+
GOLANGCI_LINT_VERSION="2.4.0"
77
EKS_POD_IDENTITY_AGENT_VERSION="1.0.0-eksbuild.1"
88

99
main() {

0 commit comments

Comments
 (0)