diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d6a91..857e8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: # Common versions - GO_VERSION: '1.20.1' + GO_VERSION: '1.20.10' GOLANGCI_VERSION: 'v1.51.1' DOCKER_BUILDX_VERSION: 'v0.8.2' @@ -113,6 +113,9 @@ jobs: - name: Vendor Dependencies run: make vendor vendor.check + - name: get scraper + run: go get github.com/upbound/upjet/cmd/scraper + - name: Check Diff run: make check-diff