Skip to content

Commit 1dfac14

Browse files
committed
.github/workflows: drop 1.15 from long test
Change-Id: If08c53689f443541fff6af4e475a04c29f3efd04 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/418540 Reviewed-by: Suzy Mueller <[email protected]>
1 parent 944b1d4 commit 1dfac14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.15', '1.16', '1.17', '1.18']
20+
go: ['1.16', '1.17', '1.18']
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.15', '1.16', '1.17', '1.18']
19+
go: ['1.16', '1.17', '1.18']
2020

2121
steps:
2222
- name: Clone repository

0 commit comments

Comments
 (0)