This is an automated email from the ASF dual-hosted git repository.
wilfreds 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 be11cff [YUNIKORN-3229] Updated go version to 1.26 (#257)
be11cff is described below
commit be11cff8f6925adcbf7c570014c670ebe75f4e00
Author: Aditya Maheshwari <[email protected]>
AuthorDate: Tue Feb 24 17:37:28 2026 +0100
[YUNIKORN-3229] Updated go version to 1.26 (#257)
Closes: #257
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
.go_version | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.go_version b/.go_version
index 5e2b950..5ff8c4f 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.25
+1.26.0
diff --git a/Makefile b/Makefile
index 10928b6..126a424 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ DOCKER_ARCH := amd64
endif
# golangci-lint
-GOLANGCI_LINT_VERSION=2.7.0
+GOLANGCI_LINT_VERSION=2.10.1
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]