We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64af2a0 commit 33947adCopy full SHA for 33947ad
.github/workflows/go.yml
@@ -11,8 +11,8 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- go-version: ["1.24", "1.25"]
15
- name: Lint ${{ matrix.go-version == '1.25' && '(latest)' || '(old)' }}
+ go-version: ["1.25", "1.26"]
+ name: Lint ${{ matrix.go-version == '1.26' && '(latest)' || '(old)' }}
16
17
steps:
18
- uses: actions/checkout@v6
go.mod
@@ -1,8 +1,8 @@
1
module go.mau.fi/mautrix-slack
2
3
-go 1.24.0
+go 1.25.0
4
5
-toolchain go1.25.5
+toolchain go1.26.0
6
7
tool go.mau.fi/util/cmd/maubuild
8
0 commit comments