File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : 1.20 .x
21
+ go-version : 1.21 .x
22
22
23
23
- name : test
24
24
run : make test
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/openfaas/go-sdk
2
2
3
3
go 1.21
4
4
5
- require github.com/openfaas/faas-provider v0.24.0
5
+ require github.com/openfaas/faas-provider v0.25.4
6
6
7
- require github.com/google/go-cmp v0.5.9
7
+ require github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change 1
- github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
2
- github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
- github.com/openfaas/faas-provider v0.24.0 h1:5ToqdkqZ3pM9SdFKBMUmhU8IjXMh6+qd7gEDBeFhp1M =
4
- github.com/openfaas/faas-provider v0.24.0 /go.mod h1:NsETIfEndZn4mn/w/XnBTcDTwKqULCziphLp7KgeRcA =
1
+ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
2
+ github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
+ github.com/openfaas/faas-provider v0.25.4 h1:Cly/M8/Q+OOn8qFxxeaZGyC5B2x4f+RSU28hej+1WcM =
4
+ github.com/openfaas/faas-provider v0.25.4 /go.mod h1:t6RSPCvNfiqYEzf/CtdIj+0OItdyK6IzrOca1EOLNSg =
5
5
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A =
6
+ go.uber.org/goleak v1.2.1 /go.mod h1:qlT2yGI9QafXHhZZLxlSuNsMw3FFLxBr+tBRlmO1xH4 =
You can’t perform that action at this time.
0 commit comments