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 df7dea9 commit 599d9a7Copy full SHA for 599d9a7
.github/workflows/pr-auditor.yml
@@ -14,7 +14,7 @@ jobs:
14
repository: 'sourcegraph/devx-service'
15
token: ${{ secrets.PR_AUDITOR_TOKEN }}
16
- uses: actions/setup-go@v4
17
- with: { go-version: '1.22' }
+ with: { go-version: '1.25.0' }
18
19
- run: 'go run ./cmd/pr-auditor'
20
env:
0 commit comments