Skip to content

Commit 211d197

Browse files
committed
Update pr auditor job to Go 1.8
1 parent cec0206 commit 211d197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with: { repository: 'sourcegraph/sourcegraph' }
1212
- uses: actions/setup-go@v2
13-
with: { go-version: '1.17' }
13+
with: { go-version: '1.18' }
1414

1515
- run: ./dev/pr-auditor/check-pr.sh
1616
env:

0 commit comments

Comments
 (0)