From 0286a18f0d8d9963d232bbd25afcdc25c8e486d6 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 2 Feb 2023 14:03:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B01.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-builder-image.yml | 2 +- action.yml | 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 150bd3f..cc01fe4 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.19.5 + GO_VERSION: 1.20 jobs: diff --git a/action.yml b/action.yml index 49019bf..3c57d80 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ name: natpass build environment runs: using: docker - image: docker://lwch/natpass-builder:1.19.5 \ No newline at end of file + image: docker://lwch/natpass-builder:1.20 \ No newline at end of file