Skip to content

Commit

Permalink
Update check-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 24, 2023
1 parent b1f4d56 commit 95a76a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 95a76a4

Please sign in to comment.