Skip to content

Commit dd75bac

Browse files
remove go 1.17 from the support matrix
Signed-off-by: Thomas Fossati <[email protected]>
1 parent 064ff82 commit dd75bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
go-version: [1.17, 1.18, 1.19]
12+
go-version: [1.18, 1.19]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Go

0 commit comments

Comments
 (0)