Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/types/golang.org/x/cry…
Browse files Browse the repository at this point in the history
…pto-0.17.0
  • Loading branch information
aaronc authored Jan 30, 2024
2 parents 3505ebd + 5b3d656 commit e6ba746
Show file tree
Hide file tree
Showing 116 changed files with 33,225 additions and 1,702 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ jobs:
if: env.GIT_DIFF
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "."
if: steps.git-diff-app.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "types"
if: steps.git-diff-types.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/data"
if: steps.git-diff-data.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/ecocredit"
if: steps.git-diff-ecocredit.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/intertx"
if: steps.git-diff-intertx.outputs.diff

Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- errcheck
- exportloopref
Expand Down
2 changes: 1 addition & 1 deletion api/regen/data/v1/doc.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions api/regen/data/v2/doc.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6ba746

Please sign in to comment.