Skip to content

Commit

Permalink
.github/workflows: replace go1.18-beta1 with go1.18-beta2
Browse files Browse the repository at this point in the history
Change-Id: I730128fc2d879c6923a901cfdfb1b2c146c12e7f
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/382119
Trust: Hyang-Ah Hana Kim <[email protected]>
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Jamal Carvalho <[email protected]>
  • Loading branch information
hyangah committed Feb 3, 2022
1 parent c01699e commit 9d0ec81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-long-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
version: ['stable', 'insiders']
go: ['1.15', '1.16', '1.17', '1.18.0-beta1']
go: ['1.15', '1.16', '1.17', '1.18.0-beta2']

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-long.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest] # TODO: reenable macos-latest
version: ['stable']
go: ['1.15', '1.16', '1.17', '1.18.0-beta1']
go: ['1.15', '1.16', '1.17', '1.18.0-beta2']

steps:
- name: Clone repository
Expand Down

0 comments on commit 9d0ec81

Please sign in to comment.