Skip to content

Commit 9fa2d10

Browse files
committed
.github/workflows: add go1.23, drop go1.19
Change-Id: I854eac1658398a7a5391cc2fc69ad86b09c49e8a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/606697 kokoro-CI: kokoro <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent c086dbb commit 9fa2d10

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.19', '1.20', '1.21', '1.22']
20+
go: ['1.20', '1.21', '1.22', '1.23']
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.19', '1.20', '1.21', '1.22']
19+
go: ['1.20', '1.21', '1.22', '1.23']
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.22'
34+
go-version: '1.23'
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.22'
38+
go-version: '1.23'
3939
check-latest: true
4040
cache: true
4141
cache-dependency-path: '**/go.sum'

0 commit comments

Comments
 (0)