Skip to content

Commit e55b986

Browse files
committed
Update to Go 1.20
Signed-off-by: Brendan Shephard <[email protected]>
1 parent a3bf493 commit e55b986

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: tools
33
namespace: openstack-k8s-operators
4-
tag: ci-build-root-golang-1.19-sdk-1.31
4+
tag: ci-build-root-golang-1.20-sdk-1.31

.github/workflows/build-keystone-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/reusable-build-operator.yaml@main
1616
with:
1717
operator_name: keystone
18-
go_version: 1.19.x
18+
go_version: 1.20.x
1919
operator_sdk_version: 1.31.0
2020
secrets:
2121
IMAGENAMESPACE: ${{ secrets.IMAGENAMESPACE }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.19
1+
ARG GOLANG_BUILDER=registry.access.redhat.com/ubi9/go-toolset:1.20
22
ARG OPERATOR_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal:latest
33

44
# Build the manager binary

0 commit comments

Comments
 (0)