feat: update to shuttle 0.17.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Kasper Juul Hermansen 2023-05-05 23:09:58 +02:00
parent eaf13c82ef
commit 9613ec57a4
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
5 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ func Build(ctx context.Context) error {
Git("git@github.com:kjuulh/shuttle.git", dagger.GitOpts{ Git("git@github.com:kjuulh/shuttle.git", dagger.GitOpts{
KeepGitDir: true, KeepGitDir: true,
}). }).
Branch("shuttletask"). Branch("master").
Tree(dagger.GitRefTreeOpts{ Tree(dagger.GitRefTreeOpts{
SSHAuthSocket: client.Host().UnixSocket(os.Getenv("SSH_AUTH_SOCK")), SSHAuthSocket: client.Host().UnixSocket(os.Getenv("SSH_AUTH_SOCK")),
}) })

View File

@ -1,4 +1,4 @@
module shuttletask module actions
go 1.20 go 1.20
@ -7,6 +7,7 @@ replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230407
require ( require (
dagger.io/dagger v0.6.0 dagger.io/dagger v0.6.0
github.com/containerd/containerd v1.7.0 github.com/containerd/containerd v1.7.0
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.2 github.com/stretchr/testify v1.8.2
golang.org/x/sync v0.1.0 golang.org/x/sync v0.1.0
) )
@ -17,7 +18,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect github.com/golang/protobuf v1.5.2 // indirect
github.com/iancoleman/strcase v0.2.0 // 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/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect