Skip to content

Commit 944b1d4

Browse files
committed
.github/workflows: remove 'stable' unnecessary in setup-go@v3
https://github.com/actions/setup-go#v3 v3 recognizes unstable pre-release version without any special setting. Change-Id: I91c95d47d78fcd2dbeb76379eb6df909c0c4ad89 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/418539 TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
1 parent 21bbd7b commit 944b1d4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/setup-go@v3
3434
with:
3535
go-version: ${{ matrix.go }}
36-
stable: '!contains(${{ matrix.go }}, "beta") && !contains(${{ matrix.go }}, "rc")'
3736
check-latest: true
3837
cache: true
3938

.github/workflows/test-long.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
uses: actions/setup-go@v3
3333
with:
3434
go-version: ${{ matrix.go }}
35-
stable: '!contains(${{ matrix.go }}, "beta") && !contains(${{ matrix.go }}, "rc")'
3635
check-latest: true
3736
cache: true
3837

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest]
17+
os: [ubuntu-latest, windows-latest]
1818
version: ['stable']
1919

2020
steps:

0 commit comments

Comments
 (0)