From 2611f9db690bac3382107aac5fe469435ce5cb50 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 14 Aug 2024 10:23:06 -0700 Subject: [PATCH] Add go 1.22 to unit tests --- .github/workflows/ci.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d571e10f..c9b5fc99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: ["1.21", stable] + go-version: ["1.21", "1.22", stable] steps: - name: Checkout Repository uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/compose.yaml b/compose.yaml index d432656e..153ffc90 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,7 +29,7 @@ services: service: nginx test: - image: golang:1.21 + image: golang:1.23 volumes: - type: bind source: ./