0.8.6
All checks were successful
Run CI/CD... / main (push) Successful in 10m19s

This commit is contained in:
Your Name 2025-02-20 09:45:53 +00:00
parent 0b7ca81b25
commit 8c5699a35d
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
version-checker-0.8.5.tar.gz: 310d318baa680e2e71ac70ca774fc4334eb883cd
version-checker-0.8.6.tar.gz: 27748d2004ed3835c60854de0df603f2e8bc6a79

View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: version-checker
Version: 0.8.5
Version: 0.8.6
Release: 1
Summary: Kubernetes utility for exposing image versions in use
URL: https://jetstack.io
@ -24,7 +24,7 @@ alert cluster operators
%setup -q
%build
export GOPROXY=direct
export GOPROXY=https://proxy.golang.org,direct
CGO_ENABLED=0 go build -ldflags="-s -w" -o ./bin/%{name} ./cmd/.
upx ./bin/%{name}