Update Go and alpine versions

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2022-12-14 11:30:41 +00:00
parent b31419c8de
commit e1c62f4875
4 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
steps:
- uses: actions/checkout@master
with:

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
steps:
- uses: actions/checkout@master
with: