From 0ad271ca778f45862aa4517e833ede74f7e73d00 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:39:51 +0000 Subject: [PATCH] Update golang Docker tag to v1.22.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 dc95356..177fd75 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.17.7 + go-version: 1.22.2 - name: Cache Go modules uses: actions/cache@v4.0.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39d16a7..c0c7320 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.17.7 + go-version: 1.22.2 - name: Cache Go modules uses: actions/cache@v4.0.0 with: