Skip to content

Commit 0da4199

Browse files
chore(deps): update dependency go to v1.25.1
1 parent b5f556d commit 0da4199

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3.0.2
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.16.x'
21+
go-version: '1.25.x'
2222
- uses: actions/cache@v2
2323
with:
2424
# In order:
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 2
4747
- uses: actions/setup-go@v2
4848
with:
49-
go-version: '1.16.x'
49+
go-version: '1.25.x'
5050
- name: List
5151
run: go list -mod=mod all
5252
- name: Run coverage

.github/workflows/release-draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3.0.2
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.16.x'
21+
go-version: '1.25.x'
2222
- uses: actions/cache@v2
2323
with:
2424
# In order:
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 2
4747
- uses: actions/setup-go@v2
4848
with:
49-
go-version: '1.16.x'
49+
go-version: '1.25.x'
5050
- name: List
5151
run: go list -mod=mod all
5252
- name: Run coverage
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100
- uses: actions/setup-go@v2
101101
with:
102-
go-version: '1.16.4'
102+
go-version: '1.25.1'
103103
- name: Release Notes
104104
run:
105105
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"

0 commit comments

Comments
 (0)