Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: Upgrade to Go 1.25
  • Loading branch information
kyleconroy committed Aug 25, 2025
commit 3f8995127619cbd285071329fcd57c5dcea84b8e
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: '1.24.1'
go-version: '1.25.0'

- name: install gotestsum
run: go install gotest.tools/gotestsum@latest
Expand Down
Loading