We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51aaa68 commit 49bf422Copy full SHA for 49bf422
.github/workflows/build.yaml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
strategy:
14
matrix:
15
- go-version: [ 1.18.x ]
+ go-version: [ 1.19.x ]
16
os: [ ubuntu-latest ]
17
runs-on: ${{ matrix.os }}
18
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/openfaas/connector-sdk
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/alexellis/go-execute v0.5.0
0 commit comments