Skip to content

Commit

Permalink
chore(go): bump golang version to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Pragliola <[email protected]>
  • Loading branch information
Al-Pragliola committed Jan 7, 2025
1 parent 2a39432 commit 100771c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Model registry provides a central repository for model developers to store and m
8. [UI](.clients/ui/README.md)

## Pre-requisites:
- go >= 1.21
- go >= 1.22
- protoc v24.3 - [Protocol Buffers v24.3 Release](https://github.com/protocolbuffers/protobuf/releases/tag/v24.3)
- npm >= 10.2.0 - [Installing Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- Java >= 11.0
Expand Down
2 changes: 1 addition & 1 deletion docs/mr_go_library.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This includes models, model versions, artifacts, serving environments, inference
### Prerequisites

* [MLMD server](https://github.com/google/ml-metadata/blob/f0fef74eae2bdf6650a79ba976b36bea0b777c2e/g3doc/get_started.md#use-mlmd-with-a-remote-grpc-server)
* Go >= 1.21
* Go >= 1.22

Install it using:

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.21
go 1.22

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

0 comments on commit 100771c

Please sign in to comment.