Skip to content

Commit

Permalink
[CI] Fix runner-test in release.yml (#2015)
Browse files Browse the repository at this point in the history
Should match build.yml
  • Loading branch information
un-def authored Nov 20, 2024
1 parent 0a8f1ce commit b26d4ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ jobs:
with:
go-version-file: runner/go.mod
cache-dependency-path: runner/go.sum
- name: Check if go.mod and go.sum are up-to-date
run: go mod tidy -diff
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.62.0
args: --timeout=20m
working-directory: runner
- name: Test
Expand Down

0 comments on commit b26d4ed

Please sign in to comment.