Skip to content
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