You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by cc...@apache.org on 2023/09/07 21:16:40 UTC

[yunikorn-web] branch master updated: [YUNIKORN-1949] Web: Bump go version to 1.21 (#135)

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-web.git


The following commit(s) were added to refs/heads/master by this push:
     new cc0c98c  [YUNIKORN-1949] Web: Bump go version to 1.21 (#135)
cc0c98c is described below

commit cc0c98c9200410af06676d74f761346c3c417fba
Author: Cliff Su <st...@yahoo.com.tw>
AuthorDate: Thu Sep 7 16:16:22 2023 -0500

    [YUNIKORN-1949] Web: Bump go version to 1.21 (#135)
    
    Closes: #135
    
    Signed-off-by: Craig Condit <cc...@apache.org>
---
 .go_version | 2 +-
 Makefile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.go_version b/.go_version
index 5fb5a6b..d2ab029 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.20
+1.21
diff --git a/Makefile b/Makefile
index 993e294..083510e 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ DOCKER_ARCH := amd64
 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: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org