Skip to content

Commit

Permalink
.github/workflows: add go1.17 rc1 in the long tests
Browse files Browse the repository at this point in the history
FORCE RUN CI

Change-Id: I6ce255363b9a743bf237ee83469481492a7e89f9
  • Loading branch information
hyangah committed Jul 21, 2021
1 parent 805b29c commit 61bc0d5
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']
go: ['1.15', '1.16', '1.17.0-rc1']

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']
go: ['1.15', '1.16', '1.17.0-rc1']

steps:
- name: Clone repository
Expand Down

0 comments on commit 61bc0d5

Please sign in to comment.