Fixed tests

This commit is contained in:
Marc Ole Bulling
2023-02-14 00:24:39 +01:00
parent 7fe7f6158b
commit 82f9f0f7e2
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
go-version: '^1.20'
- run: go generate ./...
- run: go test ./... -parallel 8 --tags=test,awsmock
- run: go clean -testcache