Commit 36c34f6
committed
Fix
This commit changes the golang image to one that uses the Go 1.23.8.
1.23-alpine3.21 is still on go 1.23.7 and current `go.mod` requires
go1.23.8 which makes the `make vendor` fail with:
```
0.117 go: go.mod requires go >= 1.23.8 (running go 1.23.7; GOTOOLCHAIN=local)
0.119 Error: failed to get ["github.com/docker/[email protected]"]: failed to execute 'go [get github.com/docker/[email protected]]': failed to execute binary "go" with args [get github.com/docker/[email protected]]: go: go.mod requires go >= 1.23.8 (running go 1.23.7; GOTOOLCHAIN=local)
0.119 *errors.errorString
```
Signed-off-by: Paweł Gronowski <[email protected]>make vendor
1 parent e4bb9a9 commit 36c34f6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments