From 8fb17361516d0e18d8ba0266a35736acfe219619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=B0=E5=8F=8B?= Date: Wed, 27 Mar 2024 08:36:45 +0000 Subject: [PATCH] fix: golang lint report error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because of using 1.21.8 actually Signed-off-by: 泰友 --- .github/workflows/smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 231dcee020d..346e7d36e55 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v3 with: - go-version: ~1.18 + go-version: 1.18 - name: Golang Cache uses: actions/cache@v3 with: