Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
/ puppet-goenv Public archive

Puppet module for managing a single system installation of goenv and Go versions

License

Notifications You must be signed in to change notification settings

alphagov/puppet-goenv

Repository files navigation

goenv

Manage a single system installation of goenv and Go versions.

Provides a goenv::version defined type that wraps the goenv install command to install a specific Go version.

Example usage

Include:

include goenv

Setup a version of Go:

goenv::version { '1.2.2':
}

Set the default Go version:

class { goenv:
  global_version => '1.2.2',
}

License

See LICENSE file.

About

Puppet module for managing a single system installation of goenv and Go versions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published