File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212
1313 - name : Run tests
14- run : docker compose run test bash -c "make test"
14+ run : docker compose run test
Original file line number Diff line number Diff line change 1- FROM golang:1.23
2-
3- RUN apt-get update -y
1+ FROM golang:1.25
42
53COPY . /certmagic-storage-dynamodb
64
Original file line number Diff line number Diff line change 11test : deps
2- go test -v -coverprofile=cover.out .
2+ docker compose run test
33
44deps :
5- go get ./...
5+ go get ./...
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ services:
1515 AWS_SECRET_ACCESS_KEY : abc123
1616 depends_on :
1717 - dynamo
18- command : make
18+ command : go test -v -coverprofile=cover.out .
Original file line number Diff line number Diff line change 11module github.com/sil-org/certmagic-storage-dynamodb/v3
22
3- go 1.23.0
3+ go 1.25
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.34.0
You can’t perform that action at this time.
0 commit comments