mirror of
https://github.com/actions/setup-go.git
synced 2026-02-04 02:04:49 +08:00
Compare commits
2 Commits
dependabot
...
d9aaa6b862
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9aaa6b862 | ||
|
|
c73352d855 |
4
.github/workflows/windows-validation.yml
vendored
4
.github/workflows/windows-validation.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cache: [false, true]
|
||||
go: [1.20.1]
|
||||
go: [1.21.1]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cache: [false]
|
||||
go: [1.20.1]
|
||||
go: [1.21.1]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user