Skip to content
Snippets Groups Projects
Commit 54bb4b2e authored by Hidde Beydals's avatar Hidde Beydals
Browse files

Properly setup Go version in update workflow


To prevent false `go.mod` modifications.

Signed-off-by: default avatarHidde Beydals <hello@hidde.co>
parent f54770c2
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,10 @@ jobs: ...@@ -13,7 +13,10 @@ jobs:
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Update component versions - name: Update component versions
id: update id: update
run: | run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment