Skip to content

Commit e4c3567

Browse files
Merge branch 'tulir:main' into main
2 parents 0721d3f + 6a7198d commit e4c3567

107 files changed

Lines changed: 19691 additions & 8075 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See <https://docs.mau.fi/bridges/general/contributing.html>

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Checklist
2+
3+
* [ ] I have read and followed the contributing guidelines at <https://docs.mau.fi/bridges/general/contributing.html>

.github/workflows/go.yml

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

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lock-stale:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: dessant/lock-threads@v5
20+
- uses: dessant/lock-threads@v6
2121
id: lock
2222
with:
2323
issue-inactive-days: 90

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212

1313
- repo: https://github.com/tekwizely/pre-commit-golang
14-
rev: v1.0.0-rc.2
14+
rev: v1.0.0-rc.4
1515
hooks:
1616
- id: go-imports-repo
1717
args:

0 commit comments

Comments
 (0)