From c50de062846d195c5727b0e450fee99ea84a54bb Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sun, 13 Oct 2024 03:01:40 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.2 --- .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 e8fa9c7..96b137a 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.22.4 + go-version: 1.23.2 - name: Cache Go modules uses: actions/cache@v4.0.2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c45d4b7..0f4594e 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.22.4 + go-version: 1.23.2 - name: Cache Go modules uses: actions/cache@v4.0.2 with: