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

fix(oligot/go-mod-upgrade): follow up changes of go-mod-upgrade v0.10.0 #21719

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions pkgs/oligot/go-mod-upgrade/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
packages:
- name: oligot/go-mod-upgrade@v0.9.1
- name: oligot/go-mod-upgrade@v0.10.0
- name: oligot/go-mod-upgrade
version: v0.8.0
version: v0.9.1
- name: oligot/go-mod-upgrade
version: v0.6.1
version: v0.7.0
- name: oligot/go-mod-upgrade
version: v0.6.0
- name: oligot/go-mod-upgrade
version: v0.4.0
version: v0.5.0
- name: oligot/go-mod-upgrade
version: v0.1.1
version: v0.3.0
- name: oligot/go-mod-upgrade
version: v0.1.0
111 changes: 81 additions & 30 deletions pkgs/oligot/go-mod-upgrade/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,98 @@ packages:
repo_owner: oligot
repo_name: go-mod-upgrade
description: Update outdated Go dependencies interactively
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.8.0")
version_constraint: "false"
version_overrides:
- version_constraint: semver(">= 0.6.1")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver("<= 0.1.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver(">= 0.6.0")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.4.0")
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- linux
- amd64
- version_constraint: semver("<= 0.3.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver(">= 0.1.1")
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.5.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
- version_constraint: semver("< 0.1.1")
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
supported_envs:
- linux/amd64
- darwin
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: Version == "v0.6.0"
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.7.0")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: semver("<= 0.9.1")
asset: go-mod-upgrade_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
asset: go-mod-upgrade_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
111 changes: 81 additions & 30 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.