mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-02-07 14:46:59 +00:00
fix: refactor Makefile to fix checkmake maxbodylength violations (#95)
This commit is contained in:
12
scripts/deps-update.sh
Executable file
12
scripts/deps-update.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
echo "Updating all dependencies to latest versions..."
|
||||
go get -u ./...
|
||||
go mod tidy
|
||||
echo ""
|
||||
echo "Dependencies updated successfully!"
|
||||
echo "Running tests to verify compatibility..."
|
||||
go test ./...
|
||||
echo ""
|
||||
echo "Update complete. Run 'make lint-fix && make test' to verify."
|
||||
Reference in New Issue
Block a user