Skip to content

Commit

Permalink
use 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Feb 19, 2025
1 parent b8b4f4c commit 9655f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ jobs:
with:
args: --timeout=5m --config .golangci.yaml
- name: golines
uses: nickcharlton/diff-check@main
uses: nickcharlton/diff-check@v1.0.0
with:
command: dev/lint-golines
- name: sqlc
uses: nickcharlton/diff-check@main
uses: nickcharlton/diff-check@v1.0.0
with:
command: go tool -modfile=tools/go.mod sqlc generate
- name: generate
uses: nickcharlton/diff-check@main
uses: nickcharlton/diff-check@v1.0.0
with:
command: go generate ./...
- name: mockery
uses: nickcharlton/diff-check@main
uses: nickcharlton/diff-check@v1.0.0
with:
command: go tool -modfile=tools/go.mod mockery
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ jobs:
uses: actions/setup-go@v5

- name: abigen
uses: nickcharlton/diff-check@main
uses: nickcharlton/diff-check@v1.0.0
with:
command: contracts/dev/generate

0 comments on commit 9655f5c

Please # to comment.