From 983c77ade771118418106759cd352e21b1541e86 Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Wed, 30 Nov 2022 11:56:29 -0700 Subject: [PATCH] Update golangci-lint.yml --- .github/workflows/golangci-lint.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 6f31c4a1b..25db4f294 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -1,11 +1,10 @@ name: Linter on: push: - branches: [ main ] + branches: [main] pull_request: jobs: - golangci: - name: lint + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -14,4 +13,4 @@ jobs: go-version-file: 'go.mod' - uses: golangci/golangci-lint-action@v3 with: - version: v1.42 + version: v1.50.1