We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36dfde commit 7612c57Copy full SHA for 7612c57
Makefile
@@ -1,5 +1,5 @@
1
build: ## build and lint locally
2
- ./scripts/build.sh
+ docker run --rm -v "$(CURDIR):/temp" -w /temp golang:1.23 ./scripts/build.sh
3
4
# clean up each time to make sure nothing is cached between runs
5
#
0 commit comments