fix(deps): update module dagger.io/dagger to v0.13.0
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-12 00:26:38 +00:00
parent 25eb280fee
commit e12bb8fce2
4 changed files with 6 additions and 2 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.1
require (
dagger.io/dagger v0.12.7
dagger.io/dagger v0.13.0
github.com/stretchr/testify v1.9.0
)