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: ./