From cd0882d3f090dcee369dca488eb553426d3f5b72 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Wed, 14 Aug 2024 04:01:21 +0000 Subject: [PATCH] Update golang Docker tag to v1.23.0 --- .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..2f99800 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.0 - 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..43311fd 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.0 - name: Cache Go modules uses: actions/cache@v4.0.2 with: