Skip to content

Commit

Permalink
chore: use new APIs from CircleCI's GO orb (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Feb 4, 2025
1 parent 52a8874 commit abfa552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo 'eval "$(gvm << parameters.go-version >>)"' >> "$BASH_ENV"
go version
- go/load-cache # Load cached Go modules.
- go/load-mod-cache # Load cached Go modules.

- run:
name: Use testcontainers-go@<< parameters.tcgo-version >>
Expand All @@ -56,7 +56,7 @@ jobs:
go get github.com/testcontainers/testcontainers-go@<< parameters.tcgo-version >>
- go/mod-download # Run 'go mod download'.
- go/save-cache # Save Go modules to cache.
- go/save-mod-cache # Save Go modules to cache.

- go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
covermode: atomic
Expand Down

0 comments on commit abfa552

Please sign in to comment.