Skip to content

Commit 2c3b6cb

Browse files
chore(deps): update dependency go to 1.26
1 parent a922490 commit 2c3b6cb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/podcast-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6.0.2
2121
- uses: actions/setup-go@v6.2.0
2222
with:
23-
go-version: "1.25"
23+
go-version: "1.26"
2424
cache-dependency-path: app/go.sum
2525

2626
# Caching go modules to speed up the run

.github/workflows/render-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6.0.2
1717
- uses: actions/setup-go@v6.2.0
1818
with:
19-
go-version: "1.25"
19+
go-version: "1.26"
2020

2121
# Caching go modules to speed up the run
2222
- uses: actions/cache@v5.0.3

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020
- uses: actions/setup-go@v6
2121
with:
22-
go-version: "1.25"
22+
go-version: "1.26"
2323
cache: false
2424

2525
- name: Run go version
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v6.0.2
4040
- uses: actions/setup-go@v6
4141
with:
42-
go-version: "1.25"
42+
go-version: "1.26"
4343
cache: false
4444

4545
- name: Run go version
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v6.0.2
7575
- uses: actions/setup-go@v6
7676
with:
77-
go-version: "1.25"
77+
go-version: "1.26"
7878

7979
- name: Run go version
8080
run: go version

0 commit comments

Comments
 (0)