Skip to content

Commit

Permalink
Bump go version to 1.19 (stolostron#531)
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>

Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 authored Oct 27, 2022
1 parent 0e952ef commit f90d32d
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,4 +1,4 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.18-linux AS builder
FROM registry.ci.openshift.org/stolostron/builder:go1.19-linux AS builder
WORKDIR /go/src/github.com/stolostron/multicloud-operators-foundation
COPY . .
ENV GO_PACKAGE github.com/stolostron/multicloud-operators-foundation
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/stolostron/multicloud-operators-foundation

go 1.18
go 1.19

// Determined by go.mod in github.com/openshift/hive
replace (
Expand Down

0 comments on commit f90d32d

Please sign in to comment.