update to go1.24.6

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-08-06 20:03:43 -05:00
parent a328be30eb
commit b25b421f97
14 changed files with 14 additions and 14 deletions

View File

@@ -133,5 +133,5 @@ You can change a version of golang used for building stuff that is being tested
by setting `GO_VERSION` variable, for example:
```bash
make GO_VERSION=1.24.5 test
make GO_VERSION=1.24.6 test
```