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