Skip to content

Commit

Permalink
Update to dagger 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed Aug 31, 2023
1 parent 10c6ae5 commit c25f7eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ steps:
-e _EXPERIMENTAL_DAGGER_CACHESERVICE_TOKEN=$_EXPERIMENTAL_DAGGER_CACHESERVICE_TOKEN \
-e _EXPERIMENTAL_DAGGER_CACHESERVICE_URL=https://api.dagger.cloud/magicache \
-v dagger-engine:/var/lib/dagger \
registry.dagger.io/engine:v0.8.3
registry.dagger.io/engine:v0.8.4
volumes: &volumes
- name: docker-sock
path: /var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion dagger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/rancher/opni/dagger
go 1.21

require (
dagger.io/dagger v0.8.3
dagger.io/dagger v0.8.4
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/bmatcuk/doublestar/v4 v4.6.0
github.com/go-playground/validator/v10 v10.14.1
Expand Down
2 changes: 2 additions & 0 deletions dagger/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dagger.io/dagger v0.8.3 h1:FEUexo5Rx9ns7/YYFtEcceI/g62neasBTHB2d5axK+s=
dagger.io/dagger v0.8.3/go.mod h1:Nwl7WI8YETaZhGjPJvkiOZnKLJXBaJOkSarp5m4+FxA=
dagger.io/dagger v0.8.4 h1:2zNu40cBvPZc/CSgMnLRfayfQj5VtbJlDtWJyWGwGSQ=
dagger.io/dagger v0.8.4/go.mod h1:Nwl7WI8YETaZhGjPJvkiOZnKLJXBaJOkSarp5m4+FxA=
github.com/99designs/gqlgen v0.17.36 h1:u/o/rv2SZ9s5280dyUOOrkpIIkr/7kITMXYD3rkJ9go=
github.com/99designs/gqlgen v0.17.36/go.mod h1:6RdyY8puhCoWAQVr2qzF2OMVfudQzc8ACxzpzluoQm4=
github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=
Expand Down

0 comments on commit c25f7eb

Please sign in to comment.