Skip to content

Commit

Permalink
chore: use latest linter in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Dec 5, 2023
1 parent 07018c8 commit 939efb2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: golangci-lint
on:
on:
push:
tags: [ "v*" ]
branches: [ master ]
Expand All @@ -11,14 +11,9 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
stable: true
go-version: 1.17.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.48
skip-go-installation: true
version: latest
args: --timeout=5m

0 comments on commit 939efb2

Please sign in to comment.