From 7e4dfb1e325ce429e29994933210abe53de7041d Mon Sep 17 00:00:00 2001 From: Tomas Aschan <1550920+tomasaschan@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:32:25 +0200 Subject: 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 1bf832c6fec8a35a8c1d61e5fb14f5ce404197ef). Signed-off-by: Sebastiaan van Stijn --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 42f7614..7adfc93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - go: ["1.21", "1.22", "1.23"] + go: ["1.12", "1.21", "1.22", "1.23"] steps: - name: Checkout repository -- cgit v1.2.3