Skip to content

Commit a4efb3d

Browse files
lil5poVoq
authored andcommitted
Update go to 1.25
1 parent b47911a commit a4efb3d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: "2"
44

55
# options for analysis running
66
run:
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;

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)