File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 unit-test :
55 strategy :
66 matrix :
7- go-version : [1.20 .x, 1.21 .x, 1.22 .x]
7+ go-version : [1.22 .x, 1.23 .x, 1.24 .x]
88 os : [ubuntu-latest]
99 runs-on : ${{ matrix.os }}
1010 steps :
1919 run : |
2020 go test -race -coverprofile cover.out ./...
2121 - name : Upload coverage to Codecov
22- if : matrix.go-version == '1.20 .x'
22+ if : matrix.go-version == '1.22 .x'
2323 uses : codecov/codecov-action@v4
2424 with :
2525 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 99 - name : Setup Go
1010 uses : actions/setup-go@v5
1111 with :
12- go-version : 1.20 .x
12+ go-version : 1.22 .x
1313 cache-dependency-path : " **/go.sum"
1414 - name : Lint
1515 uses : golangci/golangci-lint-action@v4
Original file line number Diff line number Diff line change 11module github.com/iiiceoo/iprange
22
3- go 1.20
3+ go 1.22
44
55require (
6- github.com/brunoga/deep v1.2.1
7- github.com/google/go-cmp v0.6 .0
6+ github.com/brunoga/deep v1.2.5
7+ github.com/google/go-cmp v0.7 .0
88)
Original file line number Diff line number Diff line change 1- github.com/brunoga/deep v1.2.1 h1:VcAvkMBx5XhGdV6dszNTGF3BH5dovDROKyA3hlQ1dm0 =
2- github.com/brunoga/deep v1.2.1 /go.mod h1:GDV6dnXqn80ezsLSZ5Wlv1PdKAWAO4L5PnKYtv2dgaI =
3- github.com/google/go-cmp v0.6 .0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4- github.com/google/go-cmp v0.6 .0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
1+ github.com/brunoga/deep v1.2.5 h1:bigq4eooqbeJXfvTfZBn3AH3B1iW+rtetxVeh0GiLrg =
2+ github.com/brunoga/deep v1.2.5 /go.mod h1:GDV6dnXqn80ezsLSZ5Wlv1PdKAWAO4L5PnKYtv2dgaI =
3+ github.com/google/go-cmp v0.7 .0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
4+ github.com/google/go-cmp v0.7 .0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
You can’t perform that action at this time.
0 commit comments