Skip to content

Commit

Permalink
Check latest version on CI (#24556)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed May 6, 2023
1 parent 05209f0 commit 0deb505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: deps-backend
run: make deps-backend deps-tools
- name: lint backend
Expand All @@ -33,6 +34,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: deps-backend
run: make deps-backend deps-tools
- name: lint-backend-windows
Expand All @@ -52,6 +54,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: deps-backend
run: make deps-backend deps-tools
- name: lint-backend-gogit
Expand All @@ -71,6 +74,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: deps-backend
run: make deps-backend deps-tools
- name: checks backend
Expand Down Expand Up @@ -101,6 +105,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: setup node
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
check-latest: true
- name: setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0deb505

Please sign in to comment.