Skip to content

Commit

Permalink
Merge pull request #240 from timdengyun/Install_golang_1.19_for_NCP_o…
Browse files Browse the repository at this point in the history
…perator_docker_build_v412

Install Golang 1.19 for docker build and release build(238)
  • Loading branch information
timdengyun committed Nov 28, 2023
2 parents c900248 + 871d774 commit 99918f5
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 99918f5

Please sign in to comment.