Skip to content

Commit 49bf422

Browse files
committed
Update to Go 1.19
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 51aaa68 commit 49bf422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
strategy:
1414
matrix:
15-
go-version: [ 1.18.x ]
15+
go-version: [ 1.19.x ]
1616
os: [ ubuntu-latest ]
1717
runs-on: ${{ matrix.os }}
1818
steps:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/openfaas/connector-sdk
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/alexellis/go-execute v0.5.0

0 commit comments

Comments
 (0)