Skip to content

Commit

Permalink
mise: 2025.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Jan 11, 2025
1 parent a8d02ad commit c26f1b4
Show file tree
Hide file tree
Showing 4 changed files with 673 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tools/internal/steps/embed/generate-go-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ GO_VERSION=$(grep "^go" go.mod | awk '{ print $2 }' | awk -F '.' '{ print $1"."$
if [[ ! -e ".tool-versions" ]] && [[ ! -e ".mise.toml" ]]; then
mise use -g golang@"${GO_VERSION}"
else
mise trust || false
mise install golang
fi

Expand Down
Loading

0 comments on commit c26f1b4

Please sign in to comment.