Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Madhankumar Chellamuthu <cmadhankumar@vmware.com>
  • Loading branch information
rcmadhankumar committed Apr 15, 2024
1 parent 18b2bf3 commit 9b963a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-test-external-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b963a6

Please sign in to comment.