Skip to content

Conversation

@povilasb
Copy link

  1. The app requires go 1.24 now.

  2. The docker image was missing cmd/ and pkg/ - so the builds were failing.

  3. Improved caching by running go mod download before copying the source code. That means if only the source code changes, Docker won't rerun go mod download.

1. The app requires go 1.24 now.
2. The docker image was missing `cmd/` and `pkg/` - so the builds were
   failing.

3. Improved caching by running `go mod download` before copying
   the source code. That means if only the source code changes,
   Docker won't rerun `go mod download`.
@povilasb
Copy link
Author

@pagpeter are you interested in getting this upstream?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant