more-build-caching #98

Merged
alazyreader merged 3 commits from more-build-caching into master 2026-02-14 20:56:50 +00:00
Showing only changes of commit a679d229f8 - Show all commits

View File

@@ -4,7 +4,8 @@
commands: commands:
- go test ./... - go test ./...
volumes: volumes:
- go_cache:/root/.cache/go-build - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod
build: build:
image: docker image: docker
commands: commands:
@@ -23,4 +24,5 @@
branch: "master" branch: "master"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- go_cache:/root/.cache/go-build - go_build_cache:/root/.cache/go-build
- go_mod_cache:/go/pkg/mod