Skip to content

Commit 1af8a00

Browse files
committed
go1.20-rc2
1 parent 5caf565 commit 1af8a00

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/post-release.yml

+1-1
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.20.0-rc.1
21+
go-version: 1.20.0-rc.2
2222

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

.github/workflows/pr-extra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# ex:
1818
# - 1.18beta1 -> 1.18.0-beta.1
1919
# - 1.18rc1 -> 1.18.0-rc.1
20-
go-version: 1.20.0-rc.1
20+
go-version: 1.20.0-rc.2
2121
- name: Run go list
2222
run: go list -json -m all > go.list
2323
- name: Nancy

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77

88
env:
9-
GO_VERSION: 1.20.0-rc.1
9+
GO_VERSION: 1.20.0-rc.2
1010

1111
jobs:
1212
# Check if there is any dirty change for go mod tidy
@@ -91,7 +91,7 @@ jobs:
9191
matrix:
9292
golang:
9393
- 1.19
94-
- 1.20.0-rc.1
94+
- 1.20.0-rc.2
9595
steps:
9696
- uses: actions/checkout@v3
9797
- name: Install Go

.github/workflows/tag.yml

+2-2
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.20.0-rc.1
21+
go-version: 1.20.0-rc.2
2222
- name: Unshallow
2323
run: git fetch --prune --unshallow
2424

@@ -48,7 +48,7 @@ jobs:
4848
# ex:
4949
# - 1.18beta1 -> 1.18.0-beta.1
5050
# - 1.18rc1 -> 1.18.0-rc.1
51-
go-version: 1.20.0-rc.1
51+
go-version: 1.20.0-rc.2
5252

5353
- name: Unshallow
5454
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)