Skip to content

Commit

Permalink
upgrade golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Aug 14, 2024
1 parent d5ef82f commit 4288afb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,23 @@ jobs:
uses: taiki-e/install-action@just
- uses: actions/setup-go@v4
with:
go-version: 1.22.0
go-version: 1.22.3
cache-dependency-path: ./go.sum
- name: Lint Go (bech32m)
uses: golangci/golangci-lint-action@v6
with:
working-directory: modules/bech32m
version: v1.60.1
- name: Lint Go (cli)
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v6
with:
working-directory: modules/cli
version: latest
skip-pulls: false
version: v1.60.1
- name: Lint Go (go-sequencer-client)
uses: golangci/golangci-lint-action@v2
with:
working-directory: modules/go-sequencer-client
version: latest
skip-pulls: false
version: v1.60.1
- name: Lint Markdown
uses: nosborn/[email protected]
with:
Expand Down

0 comments on commit 4288afb

Please sign in to comment.