From 6c1193665785f5d8263fe2d8048e45fc11525c86 Mon Sep 17 00:00:00 2001 From: Inhere Date: Sat, 13 Jan 2024 12:10:44 +0800 Subject: [PATCH] :green_heart: ci: fix go-version or go-version-file must be specified on lint.yml --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 33e2bdc..c8dc1e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,6 +24,8 @@ jobs: - name: Setup Go Faster uses: WillAbides/setup-go-faster@v1.13.0 timeout-minutes: 3 + with: + go-version: "*" - name: Revive lint check uses: docker://morphy/revive-action:v2