Upgrade Go version to 1.24.0 and update various dependencies, including NATS, Viper, and Go modules. Refactor error handling in configuration loading and validation processes for improved clarity and consistency.

This commit is contained in:
windyboy
2025-11-14 23:42:39 +08:00
parent 88d5922f90
commit 31839cf21f
4 changed files with 26 additions and 36 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ tasks:
desc: Upgrade go dependencies
cmds:
- echo "Upgrading go dependencies..."
- go get -u -d -v ./...
- go get -u -v ./...
- go mod tidy
install-test: