Update GitHub Actions to Go 1.15 runtime

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2021-01-21 12:30:39 +00:00 committed by Alex Ellis
parent 7ce266adc0
commit 949e218758
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: