From 38fe8e68fe00a5034eacdb74fba395c58d046759 Mon Sep 17 00:00:00 2001 From: Hendrik Saly Date: Sat, 6 Jul 2024 17:30:11 +0200 Subject: [PATCH] Prepare CI --- .github/workflows/ci.yaml | 1 + go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d448b1..c24372a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: go-version: [1.20.x, 1.21.x, 1.22.x] runs-on: ubuntu-latest diff --git a/go.mod b/go.mod index 70c3b27..0698f13 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/eliatra/go-aes-gcm -go 1.20.0 +go 1.20 require golang.org/x/crypto v0.25.0