Skip to content

Commit d361882

Browse files
authored
chore: update Go dependencies to latest versions (#1417)
* chore: update Go dependencies to latest versions * chore: update Go dependencies to latest versions * chore: update Go version from 1.22 to 1.24 in configuration files * chore: update Go version from 1.24.4 to 1.24 in go.mod
1 parent 179d4a9 commit d361882

Some content is hidden

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

52 files changed

+229
-258
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Go
9191
uses: actions/setup-go@v5
9292
with:
93-
go-version: 1.22
93+
go-version: 1.24
9494

9595
- name: Check out code base
9696
if: github.event_name == 'push'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
timeout-minutes: 30
1212
strategy:
1313
matrix:
14-
go: ["1.22"]
14+
go: ["1.24"]
1515
os: [ubuntu-latest, macOS-latest]
1616
name: Go ${{ matrix.go }} in ${{ matrix.os }}
1717
steps:

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.22
19+
go-version: 1.24
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@v5
2222
with:

.github/workflows/stream_acfun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_bcy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_bilibili.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_bitchute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_douyin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_douyu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

.github/workflows/stream_eporner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
go: ["1.22"]
21+
go: ["1.24"]
2222
os: [ubuntu-latest]
2323
name: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)