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:
5
.github/workflows/update.yaml
vendored
5
.github/workflows/update.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user