We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specifically, lang/go contains [DISTVERSION= ${GO_DEFAULT}](https://cgit.freebsd.org/ports/tree/lang/go/Makefile#n2)
[DISTVERSION= ${GO_DEFAULT}](https://cgit.freebsd.org/ports/tree/lang/go/Makefile#n2)
GO_DEFAULT is defined in Mk/bsd.default-versions.mk.
GO_DEFAULT
The simple solution: refresh lang/go on every commit to Mk/bsd.default-versions.mk
lang/go
Mk/bsd.default-versions.mk
That is very straight forward.
The text was updated successfully, but these errors were encountered:
This is implemented on dev and test.
dev
test
Sorry, something went wrong.
And now stage
stage
It must be in prod now.
prod
No branches or pull requests
Specifically, lang/go contains
[DISTVERSION= ${GO_DEFAULT}](https://cgit.freebsd.org/ports/tree/lang/go/Makefile#n2)
GO_DEFAULT
is defined in Mk/bsd.default-versions.mk.The simple solution: refresh
lang/go
on every commit toMk/bsd.default-versions.mk
That is very straight forward.
The text was updated successfully, but these errors were encountered: