Fjx release.yml upload artifacts to not fail due to outdated go (1.15)

This commit is contained in:
Yusuke Kuoka 2022-02-18 10:27:39 +09:00 committed by GitHub
parent ba4bd7c0db
commit b6151ebb8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.7'
- name: Install tools - name: Install tools
run: | run: |
curl -L -O https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.2.0/kubebuilder_2.2.0_linux_amd64.tar.gz curl -L -O https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.2.0/kubebuilder_2.2.0_linux_amd64.tar.gz