Skip to content

Commit 719a937

Browse files
MagicalTuxclaude
andcommitted
Use Go 1.25 for Coveralls reporting
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 99fe624 commit 719a937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
2929

3030
- name: Send coverage to Coveralls
31-
if: matrix.go-version == '1.24'
31+
if: matrix.go-version == '1.25'
3232
uses: coverallsapp/github-action@v2
3333
with:
3434
file: coverage.out

0 commit comments

Comments
 (0)