We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2013f87 commit f771059Copy full SHA for f771059
3 files changed
.github/workflows/actions.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: commit-policy
10
- uses: docker://ghcr.io/haproxytech/commit-check:5.1.1
+ uses: docker://ghcr.io/haproxytech/commit-check:5.2.0
11
env:
12
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13
generate:
.gitlab-ci.yml
@@ -93,7 +93,7 @@ commit-policy:
93
rules:
94
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
95
image:
96
- name: $CI_REGISTRY_GO/commit-check:5.1.1
+ name: $CI_REGISTRY_GO/commit-check:5.2.0
97
entrypoint: [""]
98
tags:
99
- go
Makefile
@@ -3,7 +3,7 @@ TARGETPLATFORM?=linux/amd64
3
GOOS?=linux
4
GOARCH?=amd64
5
GOLANGCI_LINT_VERSION=1.64.5
6
-CHECK_COMMIT=5.0.4
+CHECK_COMMIT=5.2.0
.PHONY: test
test:
0 commit comments