Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 8cd0c9d

Browse files
authored
Merge pull request #8 from sourcegraph/bump-pr-auditor-go-version
Bump pr-auditor go version to 1.18
2 parents cf1194d + ea0f180 commit 8cd0c9d

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)