Skip to content

v1.0.24

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:50

Added

  • support for golangci-lint in the go-check workflow
    The go-check workflow will now execute golangci-lint if .golangci.[yml|toml|json|yaml] is found in the repository. The golangci-lint will check the diff in the pull request context and the entire codebase otherwise. The golangci-lint will skip staticcheck and govet checks because the workflow executes them separately.