We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7dfc60 commit 075280fCopy full SHA for 075280f
.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@v5
17
- with: { go-version: '1.23' }
+ with: { go-version: '1.24.1' }
18
19
- run: 'go run ./cmd/pr-auditor'
20
env:
0 commit comments