Skip to content

Commit 56a9bff

Browse files
authored
Merge pull request #3380 from bobbypage/bump-golang-cilint
Bump golang ci lint to v1.54.1 and switch to registry.k8s.io images
2 parents f95f133 + 3a5b104 commit 56a9bff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
GO := go
16-
GOLANGCI_VER := v1.51.2
16+
GOLANGCI_VER := v1.54.1
1717
GO_TEST ?= $(GO) test $(or $(GO_FLAGS),-race)
1818
arch ?= $(shell go env GOARCH)
1919

integration/framework/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (a dockerActions) RunPause() string {
220220
// Run the specified command in a Docker busybox container.
221221
func (a dockerActions) RunBusybox(cmd ...string) string {
222222
return a.Run(DockerRunArgs{
223-
Image: "busybox",
223+
Image: "registry.k8s.io/busybox",
224224
}, cmd...)
225225
}
226226

0 commit comments

Comments
 (0)