Skip to content

Commit af9f284

Browse files
committed
Update dependencies in makefile
updated dependencies for makefile to match the current development versions. - updated go 1.24.2 -> 1.25.0 - updated postgresql 16.8 -> 16.10
1 parent d34633e commit af9f284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ install-homebrew:
88
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
99

1010
install-dependencies:
11-
brew install go@1.24.2, postgresql@16.8
11+
brew install go@1.25.0, postgresql@16.10
1212

1313
# create drumstick table and import data from sql file
1414
import-drumstick:

0 commit comments

Comments
 (0)