File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/setup-go@v5
1313 with :
14- go-version : 1.24 .x
14+ go-version : 1.25 .x
1515 - uses : actions/checkout@v4
1616 - uses : golangci/golangci-lint-action@v3
1717 with :
2222 steps :
2323 - uses : actions/setup-go@v5
2424 with :
25- go-version : 1.24 .x
25+ go-version : 1.25 .x
2626 - uses : actions/checkout@v4
2727 - run : go build ./cmd/goverter
2828 - run : go test ./...
3232 steps :
3333 - uses : actions/setup-go@v5
3434 with :
35- go-version : 1.24 .x
35+ go-version : 1.25 .x
3636 - uses : actions/checkout@v4
3737 - run : go build ./cmd/goverter
3838 - run : go test -coverpkg ./... -coverprofile=coverage.txt -covermode=atomic ./...
4949 steps :
5050 - uses : actions/setup-go@v5
5151 with :
52- go-version : 1.24 .x
52+ go-version : 1.25 .x
5353 - uses : actions/checkout@v4
5454 - run : |
5555 go get -u golang.org/x/tools
7575 steps :
7676 - uses : actions/setup-go@v5
7777 with :
78- go-version : 1.24 .x
78+ go-version : 1.25 .x
7979 - uses : actions/checkout@v4
8080 - run : mkdir covdata
8181 - run : GOCOVERDIR="$PWD/covdata" go generate ./...
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/jmattheis/goverter
22
33go 1.23.0
44
5- toolchain go1.24.5
5+ toolchain go1.25.0
66
77require (
88 github.com/dave/jennifer v1.6.0
You can’t perform that action at this time.
0 commit comments