Skip to content

Commit

Permalink
upgrade go version (#399) (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitrajak1807 authored Dec 22, 2022
1 parent ef320dd commit 47f7c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.19.3 as builder
FROM golang:1.19.4 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
4 changes: 2 additions & 2 deletions testing/ubuntu_devel_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sudo apt -y purge golang-go
# 22.04 does not come out of the box with gcc, required by go build
sudo apt -y install gcc

wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz
tar xf go1.19.3.linux-amd64.tar.gz
wget https://go.dev/dl/go1.19.4.linux-amd64.tar.gz
tar xf go1.19.4.linux-amd64.tar.gz

sudo ln -s /home/ubuntu/downloads/go/bin/go /usr/local/bin/go
sudo ln -s /home/ubuntu/downloads/go/bin/gofmt /usr/local/bin/gofmt
Expand Down

0 comments on commit 47f7c3a

Please sign in to comment.