fix: set GOLANG_VERSION and GOTOOLCHAIN for golangci-lint jobs
What
This MR sets the GOLANG_VERSION
and GOTOOLCHAIN
environment variables for the golangci-lint
job.
Why
This is necessary because the golangci-lint
job is failing due to setting GOTOOLCHAIN
to local
when the default GOLANG_VERSION
in the current latest image is set to 1.21.3
.
Diff
The diff includes the following changes:
- Line 22: Adds the line
export GOLANG_VERSION="${GL_ASDF_GOLANG_VERSION}"; export GOTOOLCHAIN="go${GL_ASDF_GOLANG_VERSION}";
to set theGOLANG_VERSION
andGOTOOLCHAIN
environment variables.
This description was generated for revision 40a46ee9 using AI