mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
Move GitHub Actions to use Go 1.17
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
12de8f7e6a
commit
6abf1a6510
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x]
|
||||
go-version: [1.17.x]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.15.x]
|
||||
go-version: [1.17.x]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user