Bug 2046662
| Summary: | Should upgrade the go version to be 1.17 for example go operator memcached-operator | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Fan Jia <jfan> |
| Component: | Operator SDK | Assignee: | Jesus M. Rodriguez <jesusr> |
| Status: | CLOSED ERRATA | QA Contact: | Fan Jia <jfan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.10 | CC: | jlanford |
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
N/A
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 10:44:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Fan Jia
2022-01-27 07:02:58 UTC
This will be addressed for 4.11 when we sync operator-sdk 1.17 downstream. This has been addressed by the v1.18.0 sync. https://github.com/openshift/ocp-release-operator-sdk/pull/234 verified. operator-sdk version operator-sdk version: "v1.18.1-ocp", commit: "eb7df29d845ba00cee6f662ab7604644786198b4", kubernetes version: "v1.22", go version: "go1.17.4", GOOS: "linux", GOARCH: "amd64" $cat Dockerfile # Build the manager binary FROM golang:1.17 as builder $cat go.mod module github.com/example-inc/memcached-operator go 1.17 require ( github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.17.0 k8s.io/apimachinery v0.23.0 k8s.io/client-go v0.23.0 sigs.k8s.io/controller-runtime v0.11.0 ) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069 |