Skip to content

Commit 3b55b3c

Browse files
authored
fix(ci): linter workflow
fix(ci): linter workflow
2 parents 1ad1926 + 88752df commit 3b55b3c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: jaxxstorm/[email protected]
2525
with:
2626
repo: golangci/golangci-lint
27-
tag: v2.2.2
27+
tag: v2.4.0
2828
cache: enable
29-
binaries-location: golangci-lint-2.2.2-linux-amd64
29+
binaries-location: golangci-lint-2.4.0-linux-amd64
3030

3131
- name: Run linter
3232
shell: /usr/bin/bash {0}

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ linters:
2020
- noinlineerr
2121
# Intentionally using time.Local for user's local timezone
2222
- gosmopolitan
23-
# strings.SplitSeq doesn't exist in Go 1.21
24-
- modernize

0 commit comments

Comments
 (0)