Skip to content

Commit

Permalink
[YUNIKORN-2523] Bump go to 1.22 (#184)
Browse files Browse the repository at this point in the history
Closes: #184

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
lowc1012 authored and chia7712 committed Apr 8, 2024
1 parent 45b4cc4 commit f0bf8e9
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.21
1.22
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0bf8e9

Please sign in to comment.