Skip to content

bump golang.org/x/tools to v0.28.0 #366

bump golang.org/x/tools to v0.28.0

bump golang.org/x/tools to v0.28.0 #366

Triggered via push December 10, 2024 12:49
Status Success
Total duration 4m 36s
Artifacts

sanity.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
build
ginkgo-linter: Success matcher does not support multiple values
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
build
ginkgo-linter: Success matcher does not support multiple values
build
ginkgo-linter: prefer using the HaveOccurred matcher for non-function error value, instead of Succeed. Consider using `Expect(err).To(HaveOccurred())` instead
build
ginkgo-linter: prefer using the Succeed matcher for error function, instead of HaveOccurred. Consider using `Expect(func() error { return err }()).ToNot(Succeed())` instead
build
ginkgo-linter: Success matcher only support a single error value, or function with Gomega as its first parameter
build
ginkgo-linter: wrong error assertion. Consider using `Eventually(func() error { return err }).Should(Succeed())` instead
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636