From 012be6f18ad478bf7036bcba6fe9b51065e08c56 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:50:21 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.5 --- .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 8be4fe4..f9cd697 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.5 - name: Cache Go modules uses: actions/cache@v4.2.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f77b5b5..d958dd5 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.5 - name: Cache Go modules uses: actions/cache@v4.2.0 with: