From a974e4f0982118a7449324ff8d5e699b1328a97a Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Fri, 10 Jan 2025 16:14:54 +0100 Subject: [PATCH] Revert "Bump to go1.23" This reverts commit dd6836d1376b6b91777fb53f9a44e60f245b70e1. --- crds/zz_defs.go | 14 ++++++++------ go.mod | 2 -- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/crds/zz_defs.go b/crds/zz_defs.go index 76df50171..985d8a168 100644 --- a/crds/zz_defs.go +++ b/crds/zz_defs.go @@ -1,6 +1,6 @@ // Code generated by go-bindata. (@generated) DO NOT EDIT. - //Package crds generated by go-bindata.// sources: +//Package crds generated by go-bindata.// sources: // operators.coreos.com_catalogsources.yaml // operators.coreos.com_clusterserviceversions.yaml // operators.coreos.com_installplans.yaml @@ -311,11 +311,13 @@ var _bindata = map[string]func() (*asset, error){ // directory embedded in the file by go-bindata. // For example if you run go-bindata on data/... and data contains the // following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png +// +// data/ +// foo.txt +// img/ +// a.png +// b.png +// // then AssetDir("data") would return []string{"foo.txt", "img"} // AssetDir("data/img") would return []string{"a.png", "b.png"} // AssetDir("foo.txt") and AssetDir("notexist") would return an error diff --git a/go.mod b/go.mod index 93d4e7c0c..cef1b17ce 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/operator-framework/api go 1.23.0 -toolchain go1.23.4 - require ( github.com/blang/semver/v4 v4.0.0 github.com/go-bindata/go-bindata/v3 v3.1.3