Skip to content

Commit cb7a45a

Browse files
committed
update go version
1 parent 979bb43 commit cb7a45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.18, 1.19, 1.20, 1.21, 1.22]
14+
go-version: ["1.18", "1.19", "1.20", "1.21", "1.22"]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)