Skip to content

Commit

Permalink
chore: updated min go version in check versions script (#683)
Browse files Browse the repository at this point in the history
## Description:
it is for the build check workflow

## Is this change user-facing?
NO


## References (if applicable):
  • Loading branch information
leoporoli committed Jun 7, 2023
1 parent af5138c commit 68a1ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versions_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail # Bash "strict mode"

# VERSION NUMBERS
# FOR GO WE EXPECT _AT LEAST_ THIS VERSION, BUT WE ARE OK WITH SUPERIOR VERSIONS
GO_VERSION=1.18
GO_VERSION=1.19

# FOR NODE, WE PIN THE EXACT VERSION NUMBER
NODE_VERSION=16.14
Expand Down

0 comments on commit 68a1ad1

Please sign in to comment.