Skip to content

Bumped go version in operator-ubi docker builder #1084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions inventories/operator-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ images:
- operator_image
- operator_image_dev

platform: linux/amd64

stages:
- name: operator-template-ubi
task_type: dockerfile_template
Expand Down
2 changes: 1 addition & 1 deletion pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]
)

GOLANG_TAG = "1.17"
GOLANG_TAG = "1.18.5"
DEFAULT_IMAGE_TYPE = "ubuntu"
DEFAULT_NAMESPACE = "default"

Expand Down