File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ lint-commit-msg:
9595 rules :
9696 - if : $CI_PIPELINE_SOURCE == 'merge_request_event'
9797 image :
98- name : $CI_REGISTRY_GO/commit-check:5.1.1
98+ name : $CI_REGISTRY_GO/commit-check:5.2.0
9999 entrypoint : [""]
100100 tags :
101101 - go
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ TARGETPLATFORM?=linux/amd64
33GOOS? =linux
44GOARCH? =amd64
55GOLANGCI_LINT_VERSION =1.64.5
6+ CHECK_COMMIT =5.2.0
67
78.PHONY : test
89test :
You can’t perform that action at this time.
0 commit comments