Skip to content

Commit d2e62c1

Browse files
committed
update
1 parent 18593df commit d2e62c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-go@v1
1919
with:
20-
go-version: 1.20.1
20+
go-version: 1.24.11
2121

2222
- name: build
2323
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.20.1
17+
go-version: 1.24.11
1818

1919
- name: build
2020
env:

0 commit comments

Comments
 (0)