Skip to content

Commit

Permalink
feat: update to go1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajpantuso committed Nov 4, 2022
1 parent d5f600b commit 9203360
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: golang-1.17
tag: golang-1.18
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 /workspace

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/reference-addon

go 1.17
go 1.18

require (
github.com/go-logr/logr v1.2.3
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tools

go 1.17
go 1.18

require (
github.com/golangci/golangci-lint v1.43.0
Expand Down

0 comments on commit 9203360

Please sign in to comment.