Skip to content

Commit

Permalink
fix: pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda committed Feb 8, 2024
1 parent f5d881c commit b157f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint golang

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
go:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: 1.55.2
args: --timeout 5m

- name: Install gofumpt
Expand Down

0 comments on commit b157f3e

Please sign in to comment.