Skip to content

Commit f771059

Browse files
committed
BUILD/MINOR: commits: use 5.2.0 version of tool
1 parent 2013f87 commit f771059

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: commit-policy
10-
uses: docker://ghcr.io/haproxytech/commit-check:5.1.1
10+
uses: docker://ghcr.io/haproxytech/commit-check:5.2.0
1111
env:
1212
API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
generate:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ commit-policy:
9393
rules:
9494
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
9595
image:
96-
name: $CI_REGISTRY_GO/commit-check:5.1.1
96+
name: $CI_REGISTRY_GO/commit-check:5.2.0
9797
entrypoint: [""]
9898
tags:
9999
- go

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGETPLATFORM?=linux/amd64
33
GOOS?=linux
44
GOARCH?=amd64
55
GOLANGCI_LINT_VERSION=1.64.5
6-
CHECK_COMMIT=5.0.4
6+
CHECK_COMMIT=5.2.0
77

88
.PHONY: test
99
test:

0 commit comments

Comments
 (0)