chore: update to use go1.21.1

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-20 14:30:44 -04:00
parent bfd2fb341f
commit c73352d855
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

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