diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f45312c..2f353a499 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.9 + go-version: 1.20.10 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index 64c8b6df3..b3c8d500b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.20.9 +ARG GO_VERSION=1.20.10 ARG ALPINE_VERSION=3.18 ARG XX_VERSION=1.2.1