mirror of
https://github.com/lunchcat/sif.git
synced 2025-12-05 20:40:08 -08:00
chore: update to be compatible with all minor Go updates
This commit is contained in:
2
Makefile
2
Makefile
@@ -48,7 +48,7 @@ all: check_go_version sif
|
||||
check_go_version:
|
||||
@echo "$$COPYRIGHT_ASCII"
|
||||
@echo "🔍 Checking Go version..."
|
||||
@$(GO) version | grep -E "go1\.(23|24|25)\." || (echo "❌ Error: Unsupported Go version. Install Go 1.23 or later." && exit 1)
|
||||
@$(GO) version | grep -E "go1\.[2-9][0-9]*\." || (echo "❌ Error: Please install the latest version of Go" && exit 1)
|
||||
@echo "✅ Go version check passed!"
|
||||
|
||||
sif: check_go_version
|
||||
|
||||
Reference in New Issue
Block a user