Skip to content

Conversation

matthewdale
Copy link
Collaborator

@matthewdale matthewdale commented Oct 17, 2024

Summary

  • Update compile_check.sh to use a "local" Go installation (i.e. go install golang.org/dl/go[ver]@latest) for checking the Go 1.18 build.
  • Update the build Taskfile target to run all the build steps sequentially so the output is understandable.

Background & Motivation

The go1.18-build task currently doesn't actually use Go 1.18 to build. The add_to_path instruction is ineffective because the Taskfile is configured to load environment variables from a .env file. Instead, we should use a "local" Go 1.18 installation so we don't have to worry about overriding PATH.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot added the review-priority-low Low Priority PR for Review: within 3 business days label Oct 17, 2024
@mongodb-drivers-pr-bot
Copy link
Contributor

API Change Report

No changes found!

@matthewdale matthewdale force-pushed the fix-go118-build branch 2 times, most recently from 46be763 to 7b00586 Compare October 18, 2024 16:48
@matthewdale matthewdale marked this pull request as ready for review October 18, 2024 17:05
@matthewdale matthewdale requested a review from blink1073 October 18, 2024 17:05
@matthewdale matthewdale added review-priority-normal Medium Priority PR for Review: within 1 business day and removed review-priority-low Low Priority PR for Review: within 3 business days labels Oct 18, 2024
@matthewdale matthewdale requested a review from blink1073 October 23, 2024 01:07
@matthewdale matthewdale requested a review from blink1073 October 23, 2024 18:19
@matthewdale matthewdale merged commit 7bf427b into mongodb:master Oct 23, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

review-priority-normal Medium Priority PR for Review: within 1 business day

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants