Skip to content
Snippets Groups Projects
Commit 6abf1a65 authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Move GitHub Actions to use Go 1.17

parent 12de8f7e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment