From 4809f62b78e8c2de158932b251e16a907d75407c Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:49:26 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.4 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96b137a..38f48df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.2 + go-version: 1.23.4 - name: Cache Go modules uses: actions/cache@v4.0.2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f4594e..f228e00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.2 + go-version: 1.23.4 - name: Cache Go modules uses: actions/cache@v4.0.2 with: