Skip to content

Commit 4eb5131

Browse files
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dependencies": [
88
{
99
"name": "go",
10-
"source": "github.com/dagger/dagger/modules/go",
11-
"pin": "000dcbce85be95fe5954cda7611efda0bb1bb115"
10+
"source": "github.com/dagger/dagger/modules/go@main",
11+
"pin": "ce291e358cf9e74f38f7c86972dc6478918513d7"
1212
},
1313
{
1414
"name": "golangci",

0 commit comments

Comments
 (0)