Skip to content

Commit

Permalink
Update pr auditor job to Go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed May 23, 2022
1 parent cec0206 commit 211d197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
with: { repository: 'sourcegraph/sourcegraph' }
- uses: actions/setup-go@v2
with: { go-version: '1.17' }
with: { go-version: '1.18' }

- run: ./dev/pr-auditor/check-pr.sh
env:
Expand Down

0 comments on commit 211d197

Please sign in to comment.