diff --git a/Dockerfile b/Dockerfile index 3534da1ef..2c34deb53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG VERSION=master # base build stage FROM ubuntu:lunar AS build0 -ARG GO=1.22.3 +ARG GO=1.22.6 ARG GO_DIST=go${GO}.linux-amd64.tar.gz ADD https://go.dev/dl/$GO_DIST ./ diff --git a/cmd/worker/default.pgo b/cmd/worker/default.pgo deleted file mode 100644 index cfc8cc4b0..000000000 Binary files a/cmd/worker/default.pgo and /dev/null differ