Skip to content

Commit

Permalink
feat(go-simpler/goversion): scaffold go-simpler/goversion (#31633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o authored Feb 2, 2025
1 parent f9546aa commit b568040
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/go-simpler/goversion/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: go-simpler/goversion@v0.5.0
23 changes: 23 additions & 0 deletions pkgs/go-simpler/goversion/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json
packages:
- type: github_release
repo_owner: go-simpler
repo_name: goversion
description: Easily switch between multiple Go versions
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: goversion_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
checksum:
type: github_release
asset: goversion_{{trimV .Version}}_checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
supported_envs:
- darwin
- windows
- amd64
21 changes: 21 additions & 0 deletions registry.yaml

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

0 comments on commit b568040

Please sign in to comment.