Skip to content

Commit b348130

Browse files
authored
Fix GCL version with bugfix for git problem (#4313)
1 parent c82be19 commit b348130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.custom-gcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v2.2.1
1+
version: v2.7.0
22
name: golangci-kube-api-linter
33
destination: ./bin
44
plugins:

.github/workflows/kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
2323
- name: Install Golang CI Lint
24-
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.2.1
24+
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.7.0
2525
- name: Build KAL
2626
run: golangci-lint custom
2727
- name: run api linter

0 commit comments

Comments
 (0)