Skip to content

Commit 4c44f65

Browse files
committed
fix: workflows
1 parent ebf38be commit 4c44f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# ex:
1919
# - 1.18beta1 -> 1.18.0-beta.1
2020
# - 1.18rc1 -> 1.18.0-rc.1
21-
go-version: 1.18.0-rc.1
21+
go-version: 1.20.0-rc.1
2222

2323
- name: Update GitHub action config
2424
run: make assets/github-action-config.json

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
matrix:
9292
golang:
93-
- 1.18
93+
- 1.19
9494
- 1.20.0-rc.1
9595
steps:
9696
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)