Skip to content

Commit ab0569c

Browse files
committed
.github/workflows: update to go 1.20 from 1.20rc1
And use go1.20 as the default go version. Change-Id: I4c629f89911ab031a3228516befbbe4fbb98a281 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/470197 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
1 parent 54c1493 commit ab0569c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Go
3030
uses: actions/setup-go@v3
3131
with:
32-
go-version: '1.19'
32+
go-version: '1.20'
3333
check-latest: true
3434
cache: true
3535

.github/workflows/test-long-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
version: ['stable', 'insiders']
20-
go: ['1.17', '1.18', '1.19', '1.20.0-rc.1']
20+
go: ['1.17', '1.18', '1.19', '1.20']
2121

2222
steps:
2323
- name: Clone repository

.github/workflows/test-long.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest] # TODO: reenable macos-latest
1818
version: ['stable']
19-
go: ['1.17', '1.18', '1.19', '1.20.0-rc.1']
19+
go: ['1.17', '1.18', '1.19', '1.20']
2020

2121
steps:
2222
- name: Clone repository

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: '1.19'
33+
go-version: '1.20'
3434
check-latest: true
3535
cache: true
3636

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version: '1.19'
38+
go-version: '1.20'
3939
check-latest: true
4040
cache: true
4141
cache-dependency-path: '**/go.sum'

0 commit comments

Comments
 (0)