This commit is contained in:
Rui Chen 2023-09-20 18:30:52 +00:00 committed by GitHub
commit 655c81782f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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