Skip to content

Commit

Permalink
dependencies: update go
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Feb 12, 2025
1 parent 29319cc commit aaad511
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.24"
cache: true

- name: Install libolm
Expand All @@ -34,8 +34,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.22", "1.23"]
name: Build (${{ matrix.go-version == '1.23' && 'latest' || 'old' }}, libolm)
go-version: ["1.23", "1.24"]
name: Build (${{ matrix.go-version == '1.24' && 'latest' || 'old' }}, libolm)

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.22", "1.23"]
name: Build (${{ matrix.go-version == '1.23' && 'latest' || 'old' }}, goolm)
go-version: ["1.23", "1.24"]
name: Build (${{ matrix.go-version == '1.24' && 'latest' || 'old' }}, goolm)

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module maunium.net/go/mautrix

go 1.22.0
go 1.23.0

toolchain go1.23.5
toolchain go1.24.0

require (
filippo.io/edwards25519 v1.1.0
Expand All @@ -18,7 +18,7 @@ require (
github.com/tidwall/gjson v1.18.0
github.com/tidwall/sjson v1.2.5
github.com/yuin/goldmark v1.7.8
go.mau.fi/util v0.8.5-0.20250208141401-fde0c0c733f1
go.mau.fi/util v0.8.5-0.20250212114338-06310c7133a5
go.mau.fi/zeroconfig v0.1.3
golang.org/x/crypto v0.32.0
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
github.com/tidwall/sjson v1.2.5/go.mod h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
go.mau.fi/util v0.8.5-0.20250208141401-fde0c0c733f1 h1:XQ47o9cbYOCtohOkxXIzIM3xnSsR/8lggdgLEZm8PHU=
go.mau.fi/util v0.8.5-0.20250208141401-fde0c0c733f1/go.mod h1:MOfGTs1CBuK6ERTcSL4lb5YU7/ujz09eOPVEDckuazY=
go.mau.fi/util v0.8.5-0.20250212114338-06310c7133a5 h1:b8XKQEONXqnawxcKVdu2HqjmFSa+6tAeHyCI0E/JM2g=
go.mau.fi/util v0.8.5-0.20250212114338-06310c7133a5/go.mod h1:rleUeT8LjZQBUDg/FKAdX/xbd/Vnuof/UoCcnGvGm9M=
go.mau.fi/zeroconfig v0.1.3 h1:As9wYDKmktjmNZW5i1vn8zvJlmGKHeVxHVIBMXsm4kM=
go.mau.fi/zeroconfig v0.1.3/go.mod h1:NcSJkf180JT+1IId76PcMuLTNa1CzsFFZ0nBygIQM70=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
Expand Down

0 comments on commit aaad511

Please sign in to comment.