Properly setup Go version in update workflow

To prevent false `go.mod` modifications.

Signed-off-by: Hidde Beydals <hello@hidde.co>
pull/988/head
Hidde Beydals 4 years ago
parent f54770c21a
commit 54bb4b2efd

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

Loading…
Cancel
Save