Skip to content

Commit

Permalink
fix: update to latest in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Nov 14, 2023
1 parent 6d96d7e commit a3405ff
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: Run golangci-lint
on:
push:
tags:
Expand All @@ -11,9 +11,13 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
uses: golangci/golangci-lint-action@v3
with:
version: v1.42
version: latest
args: --timeout=5m
# skip-cache: true

0 comments on commit a3405ff

Please sign in to comment.