Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing go-sops encounters a version error #109

Open
entelecheia opened this issue Feb 29, 2024 · 1 comment
Open

Installing go-sops encounters a version error #109

entelecheia opened this issue Feb 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request [zube]: Inbox

Comments

@entelecheia
Copy link
Owner

- name: go-sops
script: true
script_cmd: go install go.mozilla.org/sops/v3/cmd/sops@latest
script_prereqs: "source ${HOME}/.config/shrc/00-dotfiles-export"
check_prereqs: "command -v go &> /dev/null"
check_installed: command -v sops &>/dev/null
current_version: "sops --version | awk '{print $NF}'"
latest_version: $(curl -s https://api.github.com/repos/mozilla/sops/releases/latest | grep 'tag_name' | cut -d'"' -f4)
scope: optional
- name: go-task

@zube zube bot added the [zube]: Inbox label Feb 29, 2024
@entelecheia entelecheia self-assigned this Feb 29, 2024
@entelecheia
Copy link
Owner Author

go: go.mozilla.org/sops/v3/cmd/sops@latest: version constraints conflict:
go.mozilla.org/sops/[email protected]: parsing go.mod:
module declares its path as: github.com/getsops/sops/v3
but was required as: go.mozilla.org/sops/v3

@entelecheia entelecheia moved this to 🆕 New in Dev(ML)Ops Feb 29, 2024
@entelecheia entelecheia added the enhancement New feature or request label Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request [zube]: Inbox
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant