Merge pull request #988 from fluxcd/setup-go-update-ci

Properly setup Go version in update workflow
This commit is contained in:
Stefan Prodan 2021-02-25 12:16:15 +02:00 committed by GitHub
commit 1f16b6d639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Update component versions
id: update
run: |