Skip to content

Commit

Permalink
update ci-operator.yaml to match golang version 1.17
Browse files Browse the repository at this point in the history
also run `make check` to reformat any files that need updating for 1.17.
  • Loading branch information
elmiko committed Nov 19, 2021
1 parent 33b522a commit eaf0ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.16
tag: golang-1.17
1 change: 1 addition & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

// Official workaround to track tool dependencies with go modules:
Expand Down

0 comments on commit eaf0ee5

Please sign in to comment.