This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new a8f7ff02 [YUNIKORN-1949] Move to go 1.21 (#671)
a8f7ff02 is described below
commit a8f7ff028bcb7624e2285e9ab28e65f8a533544b
Author: haser <[email protected]>
AuthorDate: Fri Sep 8 11:47:22 2023 -0500
[YUNIKORN-1949] Move to go 1.21 (#671)
Closes: #671
Signed-off-by: Craig Condit <[email protected]>
---
.go_version | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.go_version b/.go_version
index 5fb5a6b4..d2ab029d 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.20
+1.21
diff --git a/Makefile b/Makefile
index f1d2fc29..bfa9cc3d 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ endif
endif
# golangci-lint
-GOLANGCI_LINT_VERSION=1.53.3
+GOLANGCI_LINT_VERSION=1.54.2
GOLANGCI_LINT_BIN=$(TOOLS_DIR)/golangci-lint
GOLANGCI_LINT_ARCHIVE=golangci-lint-$(GOLANGCI_LINT_VERSION)-$(OS)-$(EXEC_ARCH).tar.gz
GOLANGCI_LINT_ARCHIVEBASE=golangci-lint-$(GOLANGCI_LINT_VERSION)-$(OS)-$(EXEC_ARCH)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]