aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTomas Aschan <[email protected]>2025-09-01 21:32:25 +0200
committerSebastiaan van Stijn <[email protected]>2025-09-01 23:10:11 +0200
commit7e4dfb1e325ce429e29994933210abe53de7041d (patch)
treece5d513eca373c0b12cd6e4dd91e1a4a3d9e63d0 /.github
parent18a9d17d0ee8bd64d5c2071fc031be86fa2cd328 (diff)
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 <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
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