feat: update to shuttle 0.17.2
This commit is contained in:
parent
eaf13c82ef
commit
9613ec57a4
@ -38,7 +38,7 @@ func Build(ctx context.Context) error {
|
||||
Git("git@github.com:kjuulh/shuttle.git", dagger.GitOpts{
|
||||
KeepGitDir: true,
|
||||
}).
|
||||
Branch("shuttletask").
|
||||
Branch("master").
|
||||
Tree(dagger.GitRefTreeOpts{
|
||||
SSHAuthSocket: client.Host().UnixSocket(os.Getenv("SSH_AUTH_SOCK")),
|
||||
})
|
@ -1,4 +1,4 @@
|
||||
module shuttletask
|
||||
module actions
|
||||
|
||||
go 1.20
|
||||
|
||||
@ -7,6 +7,7 @@ replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407
|
||||
require (
|
||||
dagger.io/dagger v0.6.0
|
||||
github.com/containerd/containerd v1.7.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/stretchr/testify v1.8.2
|
||||
golang.org/x/sync v0.1.0
|
||||
)
|
||||
@ -17,7 +18,6 @@ require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/iancoleman/strcase v0.2.0 // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/opencontainers/go-digest v1.0.0 // indirect
|
||||
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
Loading…
Reference in New Issue
Block a user