Skip to content

Commit

Permalink
missing proto and go workspace references
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Aug 16, 2023
1 parent f05f426 commit dac16da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/setup-cluster/deploy-cluster/k8s/k8s-dev-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ dependencies:
DEBIAN_FRONTEND=noninteractive add-apt-repository -y ppa:deadsnakes/ppa
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends git-all python3.8-dev python3.8-venv default-jre curl build-essential libkrb5-dev unzip jq
# Download and install Go 1.20.
curl -L https://go.dev/dl/go1.20.linux-amd64.tar.gz | tar -xz
# Download and install Go 1.21.
curl -L https://go.dev/dl/go1.21.0.linux-amd64.tar.gz | tar -xz
chown -R root:root go
mv go /usr/local/
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.21

use (
./agent
Expand Down
2 changes: 1 addition & 1 deletion proto/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/determined-ai/determined/proto

go 1.20
go 1.21

require (
github.com/golang/protobuf v1.5.2
Expand Down

0 comments on commit dac16da

Please sign in to comment.