From e4313a551e7296cfe19088102af0a621b824ea80 Mon Sep 17 00:00:00 2001 From: Ray Johnson Date: Tue, 12 Dec 2023 01:01:58 +0000 Subject: [PATCH] no longer work with go 1.9 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fab2f3f..458e286 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x] + go-version: [1.20.x, 1.21.x] runs-on: ubuntu-latest services: localstack: @@ -17,7 +17,7 @@ jobs: env: AWS_SECRET_ACCESS_KEY: dummy AWS_ACCESS_KEY_ID: dummy - AWS_REGION: dummy + AWS_REGION: us-west-2 AWS_ENDPOINT: http://localhost:4566 steps: - name: Install Go