Skip to content

Commit b3d339a

Browse files
committed
chore(ci): drop 1.17; add 1.20
1 parent ba1886d commit b3d339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go: [1.17, 1.18, 1.19]
28+
go: ["1.18", "1.19", "1.20"]
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v3

0 commit comments

Comments
 (0)