Skip to content

Commit 7c5c131

Browse files
committed
fix: Update golangci-lint action
1 parent 50168dc commit 7c5c131

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ jobs:
55
name: Lint
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Set up golang-ci lint
9-
env:
10-
GOLANGCILINT_VERSION: 1.17.1
11-
run: curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $HOME/bin v${GOLANGCILINT_VERSION}
12-
138
- name: Check out code
149
uses: actions/checkout@v1
15-
16-
- name: Lint
17-
run: PATH="$PATH:$HOME/bin" make lint
10+
- name: Run golangci-lint
11+
uses: actions-contrib/golangci-lint@v1

0 commit comments

Comments
 (0)