File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ test_unit:
88 --with-race=false
99
1010test_functional_all :
11+ GOOS=linux go build -ldflags " -X main.version=${git_commit} " -gcflags=all=" -N -l" -o bin/jumppad main.go
1112 dagger call --mod=dagger functional-test-all \
1213 --src=$(shell pwd) /examples \
1314 --jumppad=./bin/jumppad
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
3636 github.com/infinytum/raymond/v2 v2.0.5
3737 github.com/jumppad-labs/connector v0.4.0
3838 github.com/jumppad-labs/gohup v0.4.0
39- github.com/jumppad-labs/hclconfig v0.26 .0
39+ github.com/jumppad-labs/hclconfig v0.28 .0
4040 github.com/jumppad-labs/plugin-sdk v0.4.0
4141 github.com/kennygrant/sanitize v1.2.4
4242 github.com/mattn/go-isatty v0.0.20
@@ -107,6 +107,7 @@ require (
107107 github.com/containerd/errdefs v1.0.0 // indirect
108108 github.com/containerd/log v0.1.0 // indirect
109109 github.com/containerd/platforms v0.2.1 // indirect
110+ github.com/creasty/defaults v1.8.0 // indirect
110111 github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
111112 github.com/cucumber/messages/go/v21 v21.0.1 // indirect
112113 github.com/cyphar/filepath-securejoin v0.4.1 // indirect
Original file line number Diff line number Diff line change @@ -785,6 +785,8 @@ github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8
785785github.com/coreos/go-systemd/v22 v22.5.0 /go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc =
786786github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
787787github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
788+ github.com/creasty/defaults v1.8.0 h1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYKk =
789+ github.com/creasty/defaults v1.8.0 /go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM =
788790github.com/cucumber/gherkin/go/v26 v26.2.0 h1:EgIjePLWiPeslwIWmNQ3XHcypPsWAHoMCz/YEBKP4GI =
789791github.com/cucumber/gherkin/go/v26 v26.2.0 /go.mod h1:t2GAPnB8maCT4lkHL99BDCVNzCh1d7dBhCLt150Nr/0 =
790792github.com/cucumber/godog v0.15.0 h1:51AL8lBXF3f0cyA5CV4TnJFCTHpgiy+1x1Hb3TtZUmo =
@@ -1174,6 +1176,8 @@ github.com/jumppad-labs/gohup v0.4.0 h1:0OplHvnKnOLkqWm417sRHLSiJ4xGeb8LiSSAJ51Q
11741176github.com/jumppad-labs/gohup v0.4.0 /go.mod h1:JYvZnemxJlWDyx8RbDNcCBLZSvIrYlYLnkQqR1BKFW4 =
11751177github.com/jumppad-labs/hclconfig v0.26.0 h1:Qg/tC2WlhKwoTW0acAY/vyUXHwCuyr4NmshKLS81How =
11761178github.com/jumppad-labs/hclconfig v0.26.0 /go.mod h1:AOzW0btnKiqUKYVi3ioGzSPNCWsTzsJxKcqzVORccvk =
1179+ github.com/jumppad-labs/hclconfig v0.28.0 h1:6V6dMrTufkLHgyFdtJHiEcDM5hp9ItVNDZf98wGpVKs =
1180+ github.com/jumppad-labs/hclconfig v0.28.0 /go.mod h1:mrKi8iCDAqLwmhbOa5k1K56R4+ctsVuYveQ/sMaWYio =
11771181github.com/jumppad-labs/log v0.0.0-20240827082827-4404884e31a7 h1:tuoFYWXAqT5BheDlQNumY1DxvkW8bjG9JOzoxpFneZs =
11781182github.com/jumppad-labs/log v0.0.0-20240827082827-4404884e31a7 /go.mod h1:S9jhxE2C1+jv2PlLTAow3h+ZILzvXRhd6eBjFAUcfgI =
11791183github.com/jumppad-labs/plugin-sdk v0.4.0 h1:deNk7h8W+6dsxj2ADP63o07Dv313vcBI8C4d1aBUO/c =
You can’t perform that action at this time.
0 commit comments