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-web.git
The following commit(s) were added to refs/heads/master by this push:
new f0bf8e9 [YUNIKORN-2523] Bump go to 1.22 (#184)
f0bf8e9 is described below
commit f0bf8e915dcc5af3b655b6c18dc4dbe0be445f0e
Author: Ryan Lo <[email protected]>
AuthorDate: Mon Apr 8 09:08:43 2024 +0800
[YUNIKORN-2523] Bump go to 1.22 (#184)
Closes: #184
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 d2ab029..71f7f51 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.21
+1.22
diff --git a/Makefile b/Makefile
index 1403f90..7021f34 100644
--- a/Makefile
+++ b/Makefile
@@ -114,7 +114,7 @@ DOCKER_ARCH := amd64
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]