| commit | 2d53b93322f0f4d64d79bc4e03ecd64ca3fe28b5 | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Wed Jul 15 12:12:54 2026 +0200 |
| committer | Akron <nils@diewald-online.de> | Wed Jul 15 12:12:54 2026 +0200 |
| tree | 5bdec1344f1ceecd0f6a2454473d46b3e5935422 | |
| parent | 841f6ab3ad4c779c0564e3f5d76e26e6a0679ccc [diff] [blame] |
Update to fiber 3 Change-Id: I18a7b3ed55aef5cae67db6a613ec14e0f8a9281e
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe6aea9..59fb3f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.24'] + go-version: ['1.26'] steps: - uses: actions/checkout@v7