This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/branch-1.6 by this push:
new e27608c [YUNIKORN-3030] Bump go to 1.23 (#229)
e27608c is described below
commit e27608cf77dfffb9da225602b027c1ec4254c252
Author: kaichiachen <[email protected]>
AuthorDate: Tue Feb 25 16:57:37 2025 -0600
[YUNIKORN-3030] Bump go to 1.23 (#229)
Closes: #229
Signed-off-by: Craig Condit <[email protected]>
(cherry picked from commit 23dbaad7de5b629d204a04263df02da9fe3bf645)
---
.golangci.yml | 3 +--
Makefile | 2 +-
go.mod | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/.golangci.yml b/.golangci.yml
index 2d9bbc3..ab2bebf 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -18,7 +18,6 @@
# options for analysis running
run:
issues-exit-code: 1
- skip-dirs-use-default: true
modules-download-mode: readonly
timeout: 10m
@@ -34,7 +33,7 @@ linters-settings:
goimports:
local-prefixes: github.com/apache/yunikorn
govet:
- check-shadowing: true
+ shadow: true
funlen:
lines: 120
statements: 80
diff --git a/Makefile b/Makefile
index 8dbc072..2d1f162 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ DOCKER_ARCH := amd64
endif
# golangci-lint
-GOLANGCI_LINT_VERSION=1.57.2
+GOLANGCI_LINT_VERSION=1.63.4
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)
diff --git a/go.mod b/go.mod
index b319fcd..f3c8836 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@
module github.com/apache/yunikorn-web
-go 1.21
+go 1.23
require gotest.tools/v3 v3.5.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]