File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 fail-fast : true
1919 matrix :
2020 go :
21- - " 1.25"
2221 - " 1.24"
22+ - oldstable
23+ - stable
2324 steps :
2425 - name : Checkout
2526 uses : actions/checkout@v6
2930 with :
3031 go-version : ${{ matrix.go }}
3132
33+ - name : Verify go mod tidy
34+ run : |
35+ go mod tidy
36+ git diff --exit-code
37+
3238 - name : golangci-lint
3339 uses : golangci/golangci-lint-action@v9
3440 with :
Original file line number Diff line number Diff line change 1+ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
12github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
23golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8 =
34golang.org/x/mod v0.33.0 /go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w =
45golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
56golang.org/x/sync v0.19.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
6- golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4 =
7- golang.org/x/sync v0.20.0 /go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0 =
87golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k =
98golang.org/x/tools v0.42.0 /go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0 =
You can’t perform that action at this time.
0 commit comments