From eea12a3b5085ecf41d148d06cb23777847968690 Mon Sep 17 00:00:00 2001 From: Densest Void Date: Mon, 14 Dec 2020 21:17:56 -0500 Subject: [PATCH] Update golangci-lint.yml Update version again --- .github/workflows/golangci-lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 767a6fe..731f901 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -5,16 +5,15 @@ on: - v* branches: - master - - main pull_request: jobs: golangci: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.0 - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v2.3.0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.29