From 429ac5d012e20029ab3c77f448fcee40dc293b72 Mon Sep 17 00:00:00 2001 From: Cornelius Weig <22861411+corneliusweig@users.noreply.github.com> Date: Wed, 2 Sep 2020 00:30:25 +0200 Subject: [PATCH] Bump required Go version to 1.15 (#86) --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014dda4..539637f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 + - name: Set up Go 1.15 uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.15 id: go - name: Check out code into the Go module directory diff --git a/README.md b/README.md index c36cab1..9811f3f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1. #### Build on host Requirements: - - go 1.14 or newer + - go 1.15 or newer - GNU make - git diff --git a/go.mod b/go.mod index 24dfede..e80168f 100644 --- a/go.mod +++ b/go.mod @@ -17,4 +17,4 @@ require ( k8s.io/client-go v0.19.0 ) -go 1.14 +go 1.15