diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a47f66b3ba..2f353a49906 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.20.8 + go-version: 1.20.10 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index ebd42c242be..b3c8d500bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.20.8 +ARG GO_VERSION=1.20.10 ARG ALPINE_VERSION=3.18 ARG XX_VERSION=1.2.1