Skip to content

Commit

Permalink
updating golang to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Aug 18, 2021
1 parent bdc07da commit af83e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-openshift-4.6
tag: golang-1.16
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13 AS builder
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.16 AS builder
WORKDIR /go/src/github.com/openshift/builder
COPY . .
RUN hack/build.sh
Expand Down

0 comments on commit af83e25

Please sign in to comment.