File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v5
2020 - uses : actions/setup-go@v6
2121 with :
22- go-version : 1.24 .x
22+ go-version : 1.25 .x
2323 - name : golangci-lint
2424 uses : golangci/golangci-lint-action@v8
2525 with :
3131 strategy :
3232 matrix :
3333 # Test on latest release and v1.24
34- go-version : [1.24 .x, stable]
34+ go-version : [1.25 .x, stable]
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Install Go
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: "2"
44
55# options for analysis running
66run :
7- go : " 1.22 "
7+ go : " 1.25 "
88
99 # which dirs to skip: they won't be analyzed;
1010 # can use regexp here: generated.*, regexp is applied on full path;
Original file line number Diff line number Diff line change @@ -149,4 +149,4 @@ require (
149149
150150// replace github.com/matrix-org/gomatrix => github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419
151151
152- go 1.24 .0
152+ go 1.25 .0
You can’t perform that action at this time.
0 commit comments