Skip to content

Commit a5e4ff1

Browse files
committed
chore: bump go version to 1.26 in workflows and go.mod
1 parent 6fff65d commit a5e4ff1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.25'
24+
go-version: '1.26'
2525

2626
- name: Build binaries
2727
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.25'
22+
go-version: '1.26'
2323

2424
- name: Run tests
2525
run: go test -v ./...
@@ -33,6 +33,6 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v5
3535
with:
36-
go-version: '1.25'
36+
go-version: '1.26'
3737
- name: Check coverage
3838
run: make check-coverage

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hellsontime/scdl
22

3-
go 1.25.5
3+
go 1.26
44

55
require (
66
github.com/bogem/id3v2/v2 v2.1.4

0 commit comments

Comments
 (0)