Skip to content

Commit

Permalink
Merge pull request vmware#238 from timdengyun/Install_golang_1.19_for…
Browse files Browse the repository at this point in the history
…_NCP_operator_docker_build

Install Golang 1.19 for docker build and release build
  • Loading branch information
timdengyun authored Nov 27, 2023
2 parents a14a240 + d15f2e8 commit 7c40abb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
build:
runs-on: [ubuntu-latest]
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
go-version: 1.19
- uses: actions/checkout@v2
- name: Build Operator image and push to registry
env:
Expand Down
1 change: 1 addition & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM golang:1.19.10 as golang-build
FROM registry.access.redhat.com/ubi8/ubi:latest

LABEL name="nsx-container-plugin-operator"
Expand Down

0 comments on commit 7c40abb

Please sign in to comment.