-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "canary" tools go file for tc-hib/go-winres
releases
#248
Comments
Already taken care of via the check-mail/.github/workflows/lint-and-build-code.yml Lines 64 to 85 in 13e6094
That workflow is missing an entry to build the Need to file this as a separate issue. |
- Add tools.go and go.mod files to track go-winres releases - Explicitly specify one version back (v0.2.3) to test Dependabot monitoring of go-winres release versions Place the files in the same path as the Go Dockerfile used for a similar purpose. refs GH-248
Explicitly have Dependabot monitor /dependabot/tools/go.mod for tools version updates. refs GH-248
Same concept currently used by the Dockerfile monitored by Dependabot. Whenever there is a new release of this package, a PR should be opened in this project for review. Depending on the changes, I'll need to update the build environment to include this new release.
Additionally (and likely a tangent issue), the Makefile recipe used to install linting tools, perform builds, etc. should also assert that this took is present or at least offer a recipe for installing the tool as requested (similar to linting tools installation).
All of this said, it may be that this is already taken care of by the current build process (I've not double-checked that detail as I'm filing this issue for later).
See also #200.
The text was updated successfully, but these errors were encountered: