From f60f8622342f0a2b7f3de261b2ca7d5cdf957d85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:35:53 +0000 Subject: [PATCH] Update golang Docker tag to v1.20.5 --- .github/workflows/ci-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index aca2e6c..f6864c3 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -13,7 +13,7 @@ run-name: CI Go ${{ github.sha }} by @${{ github.actor }} jobs: build: runs-on: ubuntu-latest - container: golang:1.20.4 + container: golang:1.20.5 steps: - name: setup run: |