Properly setup Go version in update workflow

To prevent false `go.mod` modifications.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2021-02-25 10:39:46 +01:00
parent f54770c21a
commit 54bb4b2efd

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: |