mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 18:02:15 +00:00
Update e2e test local cache version
This commit is contained in:
parent
1ba131bfed
commit
bd46f3f483
1 changed files with 1 additions and 1 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
go: [1.12, 1.13, 1.14]
|
||||
go: [1.17, 1.18, 1.19]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue