Skip to content

ci: check go versions are consistent #17149

New issue

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

Merged
merged 3 commits into from
Apr 1, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
appease linter
  • Loading branch information
johnstcn committed Mar 28, 2025
commit 519248df0d6b50dc6b47cd72c6b22a5f59b1e2b4
1 change: 1 addition & 0 deletions scripts/check_go_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# The version of Go in go.mod is considered the source of truth.

set -euo pipefail
# shellcheck source=scripts/lib.sh
source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
cdroot

Expand Down
Loading