Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
cache: true
- name: 🔨 Install Tools
run: |
# Pin gotestsum to v1.12.0 to support Go 1.23.4 (v1.13.0 requires Go 1.24)
go install gotest.tools/gotestsum@v1.12.0
# Use latest gotestsum, Go 1.25.0 supports it
go install gotest.tools/gotestsum@latest
go install github.com/ctrf-io/go-ctrf-json-reporter/cmd/go-ctrf-json-reporter@latest
- name: 🔨 Build
run: go build -v -o ./build/tavern ./tavern
Expand Down
Loading