Skip to content

Commit

Permalink
[wip] lint debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Aug 13, 2024
1 parent 5c7a053 commit 2ab232d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
go-version: stable
- name: Install golangci-lint
shell: bash
run: |
bin=$(mktemp -d)
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b "$bin" v1.47.2
sh -s -- -b "$bin" v1.59.1
echo "$bin" >>$GITHUB_PATH
- name: Run golangci-lint
shell: bash
Expand Down

0 comments on commit 2ab232d

Please sign in to comment.