Skip to content

Commit 1d634bf

Browse files
committed
.github/workflows: use 1.22, drop 1.18
For #3171 Change-Id: Icd0111a67e4d11c97cdc79cd83a6a17dd4933f1b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/563361 Reviewed-by: Robert Findley <[email protected]> TryBot-Result: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
1 parent 6dd3745 commit 1d634bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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.18', '1.19', '1.20', '1.21']
20+
go: ['1.19', '1.20', '1.21', '1.22']
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.18', '1.19', '1.20', '1.21']
19+
go: ['1.19', '1.20', '1.21', '1.22']
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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Go
3232
uses: actions/setup-go@v4
3333
with:
34-
go-version: '1.21'
34+
go-version: '1.22'
3535
check-latest: true
3636
cache: true
3737

.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@v4
3737
with:
38-
go-version: '1.21'
38+
go-version: '1.22'
3939
check-latest: true
4040
cache: true
4141
cache-dependency-path: '**/go.sum'

0 commit comments

Comments
 (0)