sqs-browse: fixed go get command

This commit is contained in:
Leon Mika 2022-03-23 22:04:27 +11:00
parent cff059e160
commit dab3a92964
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Test
run: |
set -xue
go get .
go get ./...
go test ./...
env:
GOPRIVATE: "github:com/lmika/*"