Skip to content

Commit

Permalink
Merge pull request #2 from spectrocloud/PSS-3002-rel-3.4
Browse files Browse the repository at this point in the history
PSS-3002: Update go
  • Loading branch information
jayesh-srivastava authored May 1, 2023
2 parents 3ba1cf1 + 68d451f commit 4076d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.20 as builder
FROM golang:1.19.8 as builder

ARG arch

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/canonical/cluster-api-control-plane-provider-microk8s

go 1.20
go 1.19

require (
github.com/canonical/cluster-api-bootstrap-provider-microk8s v0.0.0-20221011142754-738039c7e69e
Expand Down

0 comments on commit 4076d32

Please sign in to comment.