We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7dea9 commit 1721141Copy full SHA for 1721141
.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.24.1' }
18
19
- run: 'go run ./cmd/pr-auditor'
20
env:
0 commit comments