Skip to content

Commit

Permalink
Require 1.20 in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Aug 26, 2024
1 parent d9a7262 commit 51bda7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint-go-mod-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ -f ${SCRIPT_PATH}/../../.ci.conf ]; then
fi

if [ -z "${GO_MOD_VERSION_EXPECTED}" ]; then
GO_MOD_VERSION_EXPECTED="1.19" # auto-update/prev-go-version
GO_MOD_VERSION_EXPECTED="1.20" # auto-update/prev-go-version
fi

GO_MOD_FILE=go.mod
Expand Down

0 comments on commit 51bda7c

Please sign in to comment.