diff --git a/dev.dockerfile b/dev.dockerfile index f8032ca..65c697e 100644 --- a/dev.dockerfile +++ b/dev.dockerfile @@ -1,5 +1,5 @@ # update together with .github/workflows/ci.yml -FROM golang:1.26.4 AS go +FROM golang:1.27rc2 AS go # update together with .github/workflows/ci.yml FROM golangci/golangci-lint:v2.12.2 AS linter