Skip to content

Commit 47c6122

Browse files
committed
TEMP
1 parent 0cc58dc commit 47c6122

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
# We already run the current golangci-lint in tests, but here we test
2727
# our GitHub action with the latest stable golangci-lint.
2828
golangci-lint:
29-
runs-on: ubuntu-18.04
29+
needs: go-mod
30+
runs-on: ubuntu-latest
3031
steps:
3132
- uses: actions/checkout@v2
3233
- name: lint

0 commit comments

Comments
 (0)