From b5cbe0f4ec7ed46f394df9de3b506d83db1c51ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:58:35 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.7 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d947e32..d50c8e7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -135,7 +135,7 @@ jobs: test-action-container: runs-on: ubuntu-latest container: - image: golang:1.21.6 + image: golang:1.21.7 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: ./