Skip to content

Commit

Permalink
fix release docker build go version
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Mar 17, 2022
1 parent c664c8f commit aa495a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -43,6 +43,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- uses: actions/checkout@v2
- name: Build manager
run: |
Expand Down

0 comments on commit aa495a2

Please sign in to comment.