File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 5656 fail-fast : false
5757 matrix :
5858 include :
59- - { go: "1.12" }
6059 - { go: "1.17" }
61- - { go: "1.18" }
60+ - { go: "1.22" }
61+ - { go: "1.24" }
62+ - { go: "1.26" }
6263 - { go: "^1", coverage: true }
6364 steps :
6465 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 11//go:build gofuzz
2- // +build gofuzz
32
43package robotstxt
54
Original file line number Diff line number Diff line change 11module github.com/temoto/robotstxt
22
3- go 1.12
3+ go 1.17
44
55require github.com/stretchr/testify v1.3.0
6+
7+ require (
8+ github.com/davecgh/go-spew v1.1.0 // indirect
9+ github.com/pmezard/go-difflib v1.0.0 // indirect
10+ )
Original file line number Diff line number Diff line change 1- github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
21github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
42github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
53github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
6- github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
74github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
You can’t perform that action at this time.
0 commit comments