1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-15 06:44:12 +02:00
This commit is contained in:
Rui Chen 2025-05-07 06:44:13 +00:00 committed by GitHub
commit cad96644d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
matrix: matrix:
cache: [false, true] cache: [false, true]
go: [1.20.1] go: [1.21.1]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -119,7 +119,7 @@ jobs:
strategy: strategy:
matrix: matrix:
cache: [false] cache: [false]
go: [1.20.1] go: [1.21.1]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4