File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: build
33on :
44 push :
55 branches :
6- - ' * '
6+ - " * "
77 pull_request :
88 branches :
9- - ' * '
9+ - " * "
1010
1111jobs :
1212 build :
1818 - name : Install Go
1919 uses : actions/setup-go@v6
2020 with :
21- go-version : 1.25 .x
21+ go-version : 1.26 .x
2222 - name : Make all
2323 run : make all
2424
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: publish
33on :
44 push :
55 tags :
6- - ' * '
6+ - " * "
77
88jobs :
99 publish :
2626 - name : Install Go
2727 uses : actions/setup-go@v6
2828 with :
29- go-version : 1.25 .x
29+ go-version : 1.26 .x
3030 - name : Make all
3131 run : make all
3232
Original file line number Diff line number Diff line change 11module github.com/openfaas/of-watchdog
22
3- go 1.24.0
3+ go 1.25
44
55require (
66 github.com/docker/go-units v0.5.0
You can’t perform that action at this time.
0 commit comments