Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#67 from spectrocloud/PSS-2845-rel-3.4
Browse files Browse the repository at this point in the history
PSS-2845: Update go
  • Loading branch information
jayesh-srivastava authored Apr 28, 2023
2 parents dec8662 + 83ad3fb commit 2c70a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.20.3 as builder
FROM golang:1.19.8 as builder
WORKDIR /workspace

# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Expand Down

0 comments on commit 2c70a18

Please sign in to comment.