From 2514884d3881bb17aa06961550c2a9d4b03ac957 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:17:01 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.0 --- .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 d50c8e7..7f40f44 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.7 + image: golang:1.22.0 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: ./