File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 uses : actions/setup-go@v5
3030 with :
3131 check-latest : true
32- go-version : 1.23.5
32+ go-version : 1.25.2
3333 - name : Run golangci-lint
3434 uses : golangci/golangci-lint-action@v6
3535 with :
Original file line number Diff line number Diff line change 3232 uses : actions/setup-go@v5
3333 with :
3434 check-latest : true
35- go-version : 1.23.5
35+ go-version : 1.25.2
3636 - name : Build all binaries
3737 run : make build-all
3838 test :
4747 uses : actions/setup-go@v5
4848 with :
4949 check-latest : true
50- go-version : 1.23.5
50+ go-version : 1.25.2
5151 - name : Run tests and generate coverage report
5252 run : make build/cover.out
5353 - name : Upload coverage report to Coveralls
Original file line number Diff line number Diff line change 3232 uses : actions/setup-go@v5
3333 with :
3434 check-latest : true
35- go-version : 1.23.5
35+ go-version : 1.25.2
3636 - name : Initialize CodeQL
3737 uses : github/codeql-action/init@v3
3838 with :
Original file line number Diff line number Diff line change 44
55require (
66 github.com/gorilla/schema v1.4.1
7- github.com/stretchr/testify v1.10.0
7+ github.com/stretchr/testify v1.11.1
88)
99
1010require (
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/gorilla/schema v1.4.1 h1:jUg5hUjCSDZpNGLuXQOgIWGdlgrIdYvgQ0wZtdK1M3E=
44github.com/gorilla/schema v1.4.1 /go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM =
55github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
7- github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
8- github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
7+ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
8+ github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
99gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1010gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1111gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments