Skip to content

Commit

Permalink
build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#…
Browse files Browse the repository at this point in the history
…344)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@a4f60bb...aaa42aa)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Bray <[email protected]>
  • Loading branch information
dependabot[bot] and timbray authored Aug 1, 2024
1 parent 0dea43a commit db62f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
${{ runner.os }}-go-${{ matrix.go-version }}-
- name: Run golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86

1 comment on commit db62f53

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: db62f53 Previous: 78e2ec8 Ratio
BenchmarkCityLots 6850 ns/op 830 B/op 34 allocs/op 5592 ns/op 773 B/op 31 allocs/op 1.22
BenchmarkCityLots - ns/op 6850 ns/op 5592 ns/op 1.22
Benchmark_JsonFlattner_Evaluate_ContextFields 1215 ns/op 96 B/op 8 allocs/op 726.2 ns/op 56 B/op 4 allocs/op 1.67
Benchmark_JsonFlattner_Evaluate_ContextFields - ns/op 1215 ns/op 726.2 ns/op 1.67
Benchmark_JsonFlattner_Evaluate_ContextFields - B/op 96 B/op 56 B/op 1.71
Benchmark_JsonFlattner_Evaluate_ContextFields - allocs/op 8 allocs/op 4 allocs/op 2

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.