From 949e218758af4a064a3a5d52aad8fa58b7df2da0 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Thu, 21 Jan 2021 12:30:39 +0000 Subject: [PATCH] Update GitHub Actions to Go 1.15 runtime Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24293d6a..dbb955ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.13.x] + go-version: [1.15.x] steps: - uses: actions/checkout@master with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ae171e96..4540f5a8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [1.13.x] + go-version: [1.15.x] steps: - uses: actions/checkout@master with: