Update CI runtime version for basic-auth build

Changes from Go 1.13 to 1.17, although this is not used
since Docker is used at build time.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2022-02-22 18:45:22 +00:00
parent 5a1c9d925c
commit c2381102d0
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.17.x]
svc: [
basic-auth
]

View File

@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.17.x]
svc: [
basic-auth
]