Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency golangci/golangci-lint to v1.64.2 #25300

Closed
wants to merge 1 commit into from

chore(deps): update dependency golangci/golangci-lint to v1.64.2

1763be9
Select commit
Loading
Failed to load commit list.
Closed

chore(deps): update dependency golangci/golangci-lint to v1.64.2 #25300

chore(deps): update dependency golangci/golangci-lint to v1.64.2
1763be9
Select commit
Loading
Failed to load commit list.
Cirrus CI / Validate source code changes failed Feb 11, 2025 in 3m 3s

Task Summary

Instruction main failed in 02:46

Details

✅ 00:12 clone
✅ 00:02 setup
❌ 02:46 main

			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:176:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:196:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:216:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:236:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:256:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:394:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:413:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:436:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:458:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:492:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:527:4: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
			Eventually(func(g Gomega) {
			^
test/e2e/logs_test.go:549:3: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
		Eventually(func(g Gomega) {
		^
test/e2e/logs_test.go:569:3: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
		Eventually(func(g Gomega) {
		^
test/e2e/logs_test.go:635:3: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
		Eventually(func(g Gomega) {
		^
test/e2e/logs_test.go:661:3: ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter (ginkgolinter)
		Eventually(func(g Gomega) {
		^
pkg/machine/define/vmfile_test.go:59:2: os.Setenv() could be replaced by t.Setenv() in TestNewMachineFile (usetesting)
	os.Setenv("HOME", homedir) //nolint: tenv
	^
pkg/machine/define/vmfile_test.go:60:8: os.Setenv() could be replaced by t.Setenv() in TestNewMachineFile (usetesting)
	defer os.Setenv("HOME", oldhome)
	      ^
make: *** [Makefile:286: golangci-lint] Error 1

Exit status: 2