From fd8c88c8308ea9ab010ac20acbeefd19741bfc50 Mon Sep 17 00:00:00 2001 From: lwch Date: Tue, 13 Jun 2023 10:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7go=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-builder-image.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-builder-image.yml b/.github/workflows/build-builder-image.yml index cef63ee..f9e29a1 100644 --- a/.github/workflows/build-builder-image.yml +++ b/.github/workflows/build-builder-image.yml @@ -7,7 +7,7 @@ on: - cron: '30 0 * * *' env: - GO_VERSION: "1.20.4" + GO_VERSION: "1.20.5" jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index a48ebc0..f28e35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -224,4 +224,4 @@ ## TODO -1. go版本升级到1.20.4 \ No newline at end of file +1. go版本升级到1.20.5 \ No newline at end of file