Skip to content

Commit 075280f

Browse files
Update dependency go to v1.24.1
1 parent a7dfc60 commit 075280f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auditor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
repository: 'sourcegraph/devx-service'
1515
token: ${{ secrets.PR_AUDITOR_TOKEN }}
1616
- uses: actions/setup-go@v5
17-
with: { go-version: '1.23' }
17+
with: { go-version: '1.24.1' }
1818

1919
- run: 'go run ./cmd/pr-auditor'
2020
env:

0 commit comments

Comments
 (0)