CI: Update Go and Kind versions

This commit is contained in:
Philip Gough
2022-04-02 15:12:15 +01:00
parent 779ef33dae
commit 92cb360578
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ on:
workflow_dispatch:
schedule:
- cron: '37 7 * * 1'
env:
golang-version: '1.17'
jobs:
versions:
runs-on: ubuntu-latest
@@ -21,7 +23,7 @@ jobs:
ref: ${{ matrix.branch }}
- uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: ${{ env.golang-version }}
- name: Upgrade versions
id: versions
run: |