Skip to content

Commit a591f9a

Browse files
committed
chore: bump go to 1.25.5
1 parent 1914292 commit a591f9a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.22.2'
21+
go-version: '1.25'
2222

2323
- name: Install Linux dependencies
2424
if: runner.os == 'Linux'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ brew install go-librespot
3939

4040
To build from source the following prerequisites are necessary:
4141

42-
- Go 1.22 or higher
42+
- Go 1.25 or higher
4343
- Libraries: `libogg`, `libvorbis`, `flac`, `libasound2`
4444

4545
To install Go, download it from the [Go website](https://go.dev/dl/).

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/devgianlu/go-librespot
22

3-
go 1.22.2
3+
go 1.25
4+
5+
toolchain go1.25.5
46

57
require (
68
github.com/cenkalti/backoff/v4 v4.2.1

0 commit comments

Comments
 (0)