Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
go-version: [1.24.x, 1.25.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ This can then be rendered by tools that support the DOT graph language, such as

This is the complete Phone Call graph as builded in `example_test.go`.

![Phone Call graph](assets/phone-graph.png?raw=true "Phone Call complete DOT")
![Phone Call graph](assets/phone-graph.svg?raw=true "Phone Call complete DOT")

## Project Goals

Expand Down
Binary file removed assets/phone-graph.png
Binary file not shown.
116 changes: 116 additions & 0 deletions assets/phone-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/qmuntal/stateless

go 1.19
go 1.24
Loading