From 000dfb7fa78f4f9b475610265d1a3ed3ff484492 Mon Sep 17 00:00:00 2001 From: Jun Sakata Date: Tue, 23 Apr 2024 12:19:21 +0900 Subject: [PATCH] gs --- .github/workflows/golangci-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 25ecb17..eecf5c9 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + - uses: actions/setup-go@v5 + - uses: golangci/golangci-lint-action@v4 with: version: latest args: --disable govet