Skip to content

Commit

Permalink
Specify go toolchain version in rules
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 25, 2023
1 parent dd2b87e commit 5b9d0e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsl-pro-service/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export DH_VERBOSE=1

export GOCACHE=$(shell mktemp -d /tmp/gocache-XXXX)
export GOTOOLCHAIN=go1.21.1

# We want to copy special files from our monorepo like "common/version".
export DH_GOLANG_INSTALL_ALL=1
Expand Down

0 comments on commit 5b9d0e7

Please sign in to comment.