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 506c05b commit f0a006bCopy full SHA for f0a006b
.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