This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
The following commit(s) were added to refs/heads/master by this push:
new f0fe9329 [YUNIKORN-2523] Bump go to 1.22 (#834)
f0fe9329 is described below
commit f0fe93293079e89714e7e8ba75c90d0f505ec07a
Author: Ryan Lo <[email protected]>
AuthorDate: Mon Apr 8 08:56:51 2024 +0800
[YUNIKORN-2523] Bump go to 1.22 (#834)
Closes: #834
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
.go_version | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.go_version b/.go_version
index 0f6abf48..e342dea0 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.21
\ No newline at end of file
+1.22
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 8ba413a9..7605838a 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ endif
endif
# golangci-lint
-GOLANGCI_LINT_VERSION=1.54.2
+GOLANGCI_LINT_VERSION=1.57.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]