From 9b963a68c2e7be123a853d83b09e5220b9d0c498 Mon Sep 17 00:00:00 2001 From: Madhankumar Chellamuthu Date: Mon, 15 Apr 2024 15:04:54 +0530 Subject: [PATCH] test Signed-off-by: Madhankumar Chellamuthu --- .github/workflows/gh-test-external-registry.yml | 2 +- hack/build.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-test-external-registry.yml b/.github/workflows/gh-test-external-registry.yml index 9370bb59a..67ef47ed1 100644 --- a/.github/workflows/gh-test-external-registry.yml +++ b/.github/workflows/gh-test-external-registry.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: "1.22.2" + go-version: '1.22.2' - name: Check out code into the Go module directory uses: actions/checkout@v2 with: diff --git a/hack/build.sh b/hack/build.sh index 6481c1276..4538921a4 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -4,6 +4,8 @@ set -e -x -u # makes builds reproducible export CGO_ENABLED=0 +go version +which go go fmt ./cmd/... ./pkg/... ./test/... go mod vendor