Skip to content

Commit

Permalink
no longer work with go 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rayjlinden committed Dec 12, 2023
1 parent ed07d25 commit e4313a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e4313a5

Please sign in to comment.