Skip to content

Commit

Permalink
Update golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Nov 30, 2022
1 parent db37cb5 commit 983c77a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .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
Expand All @@ -14,4 +13,4 @@ jobs:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.42
version: v1.50.1

0 comments on commit 983c77a

Please sign in to comment.