From 8e0326e4eb9f3fb869a27089d42282583a313f03 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:02:43 +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: