diff --git a/dev.dockerfile b/dev.dockerfile index c56dcdb..030b68f 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -1,5 +1,5 @@ # update together with .github/workflows/ci.yml -FROM golang:1.25.6 AS go +FROM golang:1.26rc3 AS go # update together with .github/workflows/ci.yml FROM golangci/golangci-lint:v2.8.0 AS linter