Changes
Commits since v0.1.3:
- chore: update version to 0.1.4 [skip-tag] (2771e8b)
- Bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#25) (52c6bbf)
- Bump golang from 1.24.4-alpine3.22 to 1.25.1-alpine3.22 (#24) (ede2332)
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#23) (31a466c)
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#21) (2df0580)
- Bump actions/upload-artifact from 4.4.3 to 4.6.2 (#14) (27328e7)
- Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#11) (68d1d72)
- Bump golangci/golangci-lint-action (#8) (91c63cc)
- Bump sonatype-nexus-community/nancy-github-action from 1.0.2 to 1.0.3 (#6) (63a55a0)
- Bump sigstore/cosign-installer from 3.8.2 to 3.10.0 (#26) (9259204)
Installation
Multiple installation options are available:
Package Managers (Recommended)
Debian/Ubuntu (.deb):
# Download and install DEB package
wget https://github.com/Gosayram/go-locate/releases/download/v0.1.4/glocate_*_amd64.deb
sudo dpkg -i glocate_*_amd64.debRed Hat/Fedora/CentOS (.rpm):
# Download and install RPM package
wget https://github.com/Gosayram/go-locate/releases/download/v0.1.4/glocate-*-1.x86_64.rpm
sudo rpm -i glocate-*-1.x86_64.rpmManual Binary Installation
Linux/macOS:
# Download binary
curl -L -o glocate https://github.com/Gosayram/go-locate/releases/download/v0.1.4/glocate-*-linux-amd64
# Make executable and move to PATH
chmod +x glocate
sudo mv glocate /usr/local/bin/Windows:
Download the .exe file and add it to your PATH.
Verification:
All binaries are signed with Cosign and include checksums for verification:
# Verify checksum
sha256sum -c glocate-*-linux-amd64.sha256
# Verify Cosign signature (requires cosign CLI)
cosign verify-blob \\
--key cosign.pub \\
--signature glocate-*-linux-amd64.sig \\
glocate-*-linux-amd64