diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e76792e..c053814ad 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.18.8 + go-version: 1.19.9 - name: Dependencies run: | diff --git a/Dockerfile b/Dockerfile index a688bce20..40fd4dcc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -ARG GO_VERSION=1.18.8 +ARG GO_VERSION=1.19.9 ARG ALPINE_VERSION=3.16 ARG XX_VERSION=1.2.1