Skip to content

Commit

Permalink
This commit will bump go from go1.19 to go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxrmdavidson committed Jun 20, 2024
1 parent 7643a53 commit fcb5ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
PROJECT_PATH := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
PROJECT_BIN := $(PROJECT_PATH)/bin
GO := $(PROJECT_BIN)/go1.19
GO := $(PROJECT_BIN)/go1.21

# add tools bin directory
PATH := $(PROJECT_BIN):$(PATH)
Expand Down Expand Up @@ -109,8 +109,8 @@ clean/odh:
rm -Rf ./model-registry

bin/go:
GOBIN=$(PROJECT_BIN) go install golang.org/dl/go1.19@latest
$(PROJECT_BIN)/go1.19 download
GOBIN=$(PROJECT_BIN) go install golang.org/dl/go1.21@latest
$(PROJECT_BIN)/go1.21 download

bin/protoc:
./scripts/install_protoc.sh
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeflow/model-registry

go 1.19
go 1.21

require (
github.com/go-chi/chi/v5 v5.0.12
Expand Down

0 comments on commit fcb5ff7

Please sign in to comment.