Skip to content

Commit

Permalink
bump to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Jun 6, 2022
1 parent b372480 commit aee2330
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.17-openshift-4.11
tag: rhel-8-release-golang-1.18-openshift-4.11
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/openshift/release:golang-1.17 AS builder
FROM registry.ci.openshift.org/openshift/release:golang-1.18 AS builder
WORKDIR /go/src/github.com/openshift/cluster-autoscaler-operator
COPY . .
ENV NO_DOCKER=1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.11 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.18-openshift-4.11 AS builder
WORKDIR /go/src/github.com/openshift/cluster-autoscaler-operator
COPY . .
ENV NO_DOCKER=1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LD_FLAGS ?= -X $(REPO_PATH)/pkg/version.Raw=$(VERSION)
BUILD_DEST ?= bin/cluster-autoscaler-operator
MUTABLE_TAG ?= latest
IMAGE = origin-cluster-autoscaler-operator
BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.17
BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.18

GOFLAGS ?= -mod=vendor
export GOFLAGS
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/openshift/cluster-autoscaler-operator

go 1.17
go 1.18

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down
Loading

0 comments on commit aee2330

Please sign in to comment.