From eaf0ee505fd6fdecc3daf7b1af43a0d10bda2299 Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Tue, 16 Nov 2021 16:55:43 -0500 Subject: [PATCH] update ci-operator.yaml to match golang version 1.17 also run `make check` to reformat any files that need updating for 1.17. --- .ci-operator.yaml | 2 +- tools.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 5b5cd20fdc..48b5161197 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -1,4 +1,4 @@ build_root_image: name: release namespace: openshift - tag: golang-1.16 + tag: golang-1.17 diff --git a/tools.go b/tools.go index 9635dfa80d..60546d8cb8 100644 --- a/tools.go +++ b/tools.go @@ -1,3 +1,4 @@ +//go:build tools // +build tools // Official workaround to track tool dependencies with go modules: