Skip to content

Commit

Permalink
[YUNIKORN-1949] Move to go 1.21 (#671)
Browse files Browse the repository at this point in the history
Closes: #671

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
Haser0305 authored and craigcondit committed Sep 8, 2023
1 parent 1efe521 commit a8f7ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20
1.21
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif
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)
Expand Down

0 comments on commit a8f7ff0

Please sign in to comment.