Skip to content

Commit 7e4dfb1

Browse files
tomasaschanthaJeztah
authored andcommitted
Test on Go 1.12
Since 1.12 is what we specify in go.mod, and therefore implicitly is what we promise to work with, we should ensure that we don't introduce changes which break this promise (e.g. as 1bf832c). Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 18a9d17 commit 7e4dfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ["1.21", "1.22", "1.23"]
16+
go: ["1.12", "1.21", "1.22", "1.23"]
1717

1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)