Skip to content
Snippets Groups Projects
Commit 92cb3605 authored by Philip Gough's avatar Philip Gough
Browse files

CI: Update Go and Kind versions

parent 779ef33d
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ on:
- pull_request
env:
golang-version: '1.17'
kind-version: 'v0.11.1'
kind-version: 'v0.12.0'
jobs:
generate:
runs-on: ${{ matrix.os }}
......@@ -89,6 +89,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-go@v2
with:
go-version: ${{ env.golang-version }}
- name: Start KinD
uses: engineerd/setup-kind@v0.5.0
with:
......
......@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment