Skip to content

Commit

Permalink
Dependency Update: bump go from 1.19 to 1.21@latest (#150)
Browse files Browse the repository at this point in the history
This commit will update go from go1.19 to go1.21@latest



Dependency Update: bump go from 1.19 to 1.21
This commit will change the files to specify a micro version 1.21.9 instead of a major version with @latest tag



Dependency Update: bump go from 1.19 to 1.21
This commit will revert line 113 to use the major version as a file reference.



Dependency Update: bump go from 1.19 to 1.21@latest
This commit changed the minor version from 1.21.9 to major version 1.21 on go.mod file.

Signed-off-by: tonyxrmdavidson <[email protected]>
  • Loading branch information
tonyxrmdavidson authored Jun 21, 2024
1 parent 148e1c4 commit 7fa75d3
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.9

# 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.9@latest
$(PROJECT_BIN)/go1.21.9 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 7fa75d3

Please sign in to comment.