Skip to content

Commit

Permalink
Merge pull request #70 from Ajpantuso/apantuso/go1.18
Browse files Browse the repository at this point in the history
feat: update to go1.18
  • Loading branch information
Ajpantuso authored Nov 4, 2022
2 parents d5f600b + 9203360 commit 8a92422
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 8a92422

Please sign in to comment.