Skip to content

Commit

Permalink
Print go version and env when initializing repo
Browse files Browse the repository at this point in the history
This could be helpful to track down issues, but mostly pushing this to
trigger a new CI run.
  • Loading branch information
derekparker committed Sep 1, 2023
1 parent 0984d51 commit 9a96f77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions go
Submodule go added at d51840
6 changes: 6 additions & 0 deletions scripts/full-initialize-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# This script generates and applies FIPS
# patches to a Go tree.

echo "Host Go Version:"
go version

echo "Host Go Env:"
go env

SCRIPT_DIR=$(readlink -f $(dirname $0))
GO_DIR=${SCRIPT_DIR}/../go

Expand Down

0 comments on commit 9a96f77

Please sign in to comment.