From 7296bcfffb8f3dba5f758d57c223aa3ab3ae41a8 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Thu, 31 Aug 2023 15:54:28 +0900 Subject: [PATCH] Changed to mod version on golangci-lint.yml so it can be tested on pull req --- .github/workflows/golangci-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 98583c77..38975dbf 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,9 +14,10 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v4 + - name: Set up Go + uses: kevincobain2000/action-gobrew@v2.2 with: - go-version: '1.21' + version: 'mod' - uses: actions/checkout@v3 - name: golangci-lint uses: golangci/golangci-lint-action@v3