Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

355 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang (Go) Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

Description

Chef cookbook for the Go programming language.

Requirements

Chef

  • Chef Infra Client >= 17.5

Platform

  • AlmaLinux >= 8
  • Amazon Linux >= 2023
  • CentOS Stream >= 9
  • Debian >= 12
  • Fedora latest
  • Oracle Linux >= 8
  • Red Hat Enterprise Linux >= 8
  • Rocky Linux >= 8
  • Ubuntu >= 22.04

Usage

This cookbook no longer ships recipes or attributes. See migration.md for the breaking change from recipe[golang] and node['golang'] attributes to custom resources.

Install Go

golang 'default'

Install Go as a workspace user

golang 'default' do
  owner 'golang'
  group 'golang'
end

Install Go package binaries

golang_package 'golang.org/x/example/hello' do
  owner 'golang'
  group 'golang'
end

Resources

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website

Releases

Sponsor this project

Packages

Used by

Contributors

Languages