We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fbe11 commit d2ef304Copy full SHA for d2ef304
.github/workflows/pr-auditor.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v2
11
with: { repository: 'sourcegraph/sourcegraph' }
12
- uses: actions/setup-go@v2
13
- with: { go-version: '1.17' }
+ with: { go-version: '1.18' }
14
15
- run: ./dev/pr-auditor/check-pr.sh
16
env:
0 commit comments