File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- 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
11
11
env :
12
12
API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
13
generate :
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ commit-policy:
92
92
rules :
93
93
- if : $CI_PIPELINE_SOURCE == 'merge_request_event'
94
94
image :
95
- name : $CI_REGISTRY_GO/commit-check:5.1.1
95
+ name : $CI_REGISTRY_GO/commit-check:5.2.0
96
96
entrypoint : [""]
97
97
tags :
98
98
- go
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ TARGETPLATFORM?=linux/amd64
3
3
GOOS? =linux
4
4
GOARCH? =amd64
5
5
GOLANGCI_LINT_VERSION =1.64.5
6
- CHECK_COMMIT =5.0.4
6
+ CHECK_COMMIT =5.2.0
7
7
8
8
.PHONY : test
9
9
test :
You can’t perform that action at this time.
0 commit comments