aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorTomas Aschan <[email protected]>2025-09-02 08:08:29 +0200
committerGitHub <[email protected]>2025-09-02 08:08:29 +0200
commit0491e5702ad2bb108bc519a5221bcc0f52aa9564 (patch)
treeebc18802293a1645c75129f464c8be463d3d035c /.github/workflows/ci.yaml
parent72abab1d978352c34a7274f374d30f413e1c83f3 (diff)
parent7e4dfb1e325ce429e29994933210abe53de7041d (diff)
Merge pull request #448 from thaJeztah/fix_go_versionv1.0.10
remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file
Diffstat (limited to '.github/workflows/ci.yaml')
-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