From fb8149f3a7627c640814d8f16442700fe84ca696 Mon Sep 17 00:00:00 2001 From: johlanse Date: Sat, 20 Aug 2022 22:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7go=E4=BE=9D=E8=B5=96=E5=88=B0?= =?UTF-8?q?1.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/push-to-docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20e6d98..e4de8ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v2.1.3 with: - go-version: 1.17 + go-version: 1.18 - name: Build binary file env: GOOS: ${{ matrix.goos }} diff --git a/.github/workflows/push-to-docker.yml b/.github/workflows/push-to-docker.yml index 6ca4be5..6107291 100644 --- a/.github/workflows/push-to-docker.yml +++ b/.github/workflows/push-to-docker.yml @@ -26,7 +26,7 @@ jobs: name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: 1.18 - name: Cache Go modules uses: actions/cache@v3