We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a95a70 commit 9fe33ebCopy full SHA for 9fe33eb
scripts/check_go_versions.sh
@@ -41,9 +41,9 @@ if [ "$IGNORE_NIX" = "false" ]; then
41
GO_VERSION_GO_MOD_MAJOR_MINOR=$(echo "$GO_VERSION_GO_MOD" | cut -d '.' -f 1-2)
42
if [ "$GO_VERSION_FLAKE_NIX_MAJOR_MINOR" != "$GO_VERSION_GO_MOD_MAJOR_MINOR" ]; then
43
error "Go version mismatch between go.mod and flake.nix"
44
- fi
+ fi
45
else
46
- log "INFO : Ignoring flake.nix, as IGNORE_NIX=${IGNORE_NIX}"
+ log "INFO : Ignoring flake.nix, as IGNORE_NIX=${IGNORE_NIX}"
47
fi
48
49
log "Go version check passed, all versions are $GO_VERSION_GO_MOD"
0 commit comments