mirror of https://github.com/actions/setup-go.git
Merge c73352d855
into dca8468d37
This commit is contained in:
commit
ba4394fda4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue