Skip to content

Commit 33947ad

Browse files
committed
main: bump minimum Go version to 1.25
1 parent 64af2a0 commit 33947ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: ["1.24", "1.25"]
15-
name: Lint ${{ matrix.go-version == '1.25' && '(latest)' || '(old)' }}
14+
go-version: ["1.25", "1.26"]
15+
name: Lint ${{ matrix.go-version == '1.26' && '(latest)' || '(old)' }}
1616

1717
steps:
1818
- uses: actions/checkout@v6

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module go.mau.fi/mautrix-slack
22

3-
go 1.24.0
3+
go 1.25.0
44

5-
toolchain go1.25.5
5+
toolchain go1.26.0
66

77
tool go.mau.fi/util/cmd/maubuild
88

0 commit comments

Comments
 (0)