Skip to content

Commit 7bcbeda

Browse files
authored
chore: upgrade golagnci to v1.64.8 (#610)
1 parent 9a59dd9 commit 7bcbeda

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cicd-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Install golangci-lint
6464
run: |
65-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
65+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
6666
6767
- name: make module
6868
run: |

.github/workflows/cicd-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Install golangci-lint
141141
run: |
142-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
142+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
143143
144144
- name: make module
145145
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ install-docker-buildx: ## Create `docker buildx` builder.
257257
fi
258258

259259
.PHONY: golangci
260-
golangci: GOLANGCILINT_VERSION = v1.55.2
260+
golangci: GOLANGCILINT_VERSION = v1.64.8
261261
golangci: ## Download golangci-lint locally if necessary.
262262
ifneq ($(shell which golangci-lint),)
263263
@echo golangci-lint is already installed

pkg/cmd/cluster/create_subcmds_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var _ = Describe("create cluster by cluster type", func() {
4848
const (
4949
clusterType = "apecloud-mysql"
5050
redisCluster = "redis"
51-
redisComponent = "redis-cluster-7"
51+
redisComponent = "redis-cluster"
5252
)
5353

5454
var (

0 commit comments

Comments
 (0)