Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Aug 26, 2024
1 parent 61a2aa7 commit a3d55fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- In command `go-test`, remove the step that executes `go vet`, as the same checks are also run by `golangci-lint`.
- In command `go-test`...
- remove the step that executes `go vet`, as the same checks are also run by `golangci-lint`
- move the `go test` step up to get executed before `golangci-lint`, for reduced runtime.
- Add cache for `golangci-lint`

### Changed

Expand Down

0 comments on commit a3d55fc

Please sign in to comment.