Compare commits

...

2 Commits

Author SHA1 Message Date
Rui Chen
d9aaa6b862 Merge c73352d855 into 3041bf56c9 2024-12-06 10:45:35 +09:00
Rui Chen
c73352d855 chore: update to use go1.21.1
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-09-20 14:30:44 -04:00

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