Commit 4eb5131
authored
chore(dagger): bump go module pin to fix Wolfi protobuf resolver (#318)
Bug: the old dagger go module pin kept the Wolfi base image on protobuf~31, but the repo only serves protobuf 32.x now, so our build died while solving packages.
Fix: bump github.com/dagger/dagger/modules/go to ce291e358cf9e74f38f7c86972dc6478918513d7, which carries the protobuf~32 update and makes the pipeline green again.
Signed-off-by: Guillaume de Rouville <guillaume@dagger.io>1 parent d03dc1c commit 4eb5131
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments