diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b30d8c7..3a47f66b3 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.7 + go-version: 1.20.8 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index 6affb3ba9..ebd42c242 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.20.7 +ARG GO_VERSION=1.20.8 ARG ALPINE_VERSION=3.18 ARG XX_VERSION=1.2.1