mirror of
https://github.com/actions/setup-go.git
synced 2025-04-21 08:28:46 +00:00
fix check failures
This commit is contained in:
parent
25a24bca69
commit
2e602de478
1 changed files with 4 additions and 1 deletions
5
.github/workflows/versions.yml
vendored
5
.github/workflows/versions.yml
vendored
|
@ -161,7 +161,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
go: [1.9, 1.8.6]
|
||||
go: [1.11.12, 1.8.6]
|
||||
exclude:
|
||||
- os: macos-13
|
||||
go: 1.8.6
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue