Skip to content

Commit

Permalink
ci: tmp disable 1.18 actions/setup-go#191
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <marko.kungla@gmail.com>
  • Loading branch information
mkungla committed Feb 18, 2022
1 parent fd32aaf commit 83a4373
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
test:
strategy:
matrix:
version: ['1.16', '1.17', '1.18.0-rc1']
# https://github.com/actions/setup-go/issues/191
version: ['1.16', '1.17']
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
test:
strategy:
matrix:
version: ['1.16', '1.17', '1.18.0-rc1']
# https://github.com/actions/setup-go/issues/191
version: ['1.16', '1.17']
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
test:
strategy:
matrix:
version: ['1.16', '1.17', '1.18.0-rc1']
# https://github.com/actions/setup-go/issues/191
version: ['1.16', '1.17']
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down

0 comments on commit 83a4373

Please sign in to comment.