mirror of
https://github.com/actions/setup-go.git
synced 2026-02-25 08:14:47 +08:00
Compare commits
2 Commits
v4.2.0
...
18d2516de7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18d2516de7 | ||
|
|
59ae2e3b00 |
11
.github/workflows/versions.yml
vendored
11
.github/workflows/versions.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-13]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go and check latest
|
||||
@@ -140,7 +140,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
go: [1.12.16, 1.13.11, 1.14.3]
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -161,11 +161,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
go: [1.11.12, 1.8.6]
|
||||
exclude:
|
||||
- os: macos-13
|
||||
go: 1.8.6
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
go: [1.9, 1.8.6]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
821
package-lock.json
generated
821
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user