From b6151ebb8df465e63dff89bba55e73aae2bdcf6b Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Fri, 18 Feb 2022 10:27:39 +0900 Subject: [PATCH] Fjx release.yml upload artifacts to not fail due to outdated go (1.15) --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7940cd57..0b520f0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: '^1.17.7' + - name: Install tools run: | curl -L -O https://github.com/kubernetes-sigs/kubebuilder/releases/download/v2.2.0/kubebuilder_2.2.0_linux_amd64.tar.gz