buildgo

package
v1.32.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const Name = config.Name("buildgo")
View Source
const RunPriority = drift.PriorityLow

Variables

View Source
var Module = templatefiles.NewModule(templatefiles.NewModuleConfig[Config]{
	Name:     Name,
	Priority: RunPriority,
	Files: map[string]string{
		".github/workflows/buildgo.yaml": templateStr,
	},
})

Functions

This section is empty.

Types

type Config

type Config struct {
	RunsOn                 string   `yaml:"runs_on"`
	PostTest               []string `yaml:"post_test"`
	Jobs                   []string `yaml:"jobs"`
	SetupGoMods            []string `yaml:"setup_go_mods"`
	ActionsCheckoutVersion string   `yaml:"actions_checkout_version"`
	PrimaryBranch          string   `yaml:"primary_branch"`
	GithubRunner           string   `yaml:"github_runner"`
	SetupGoVersion         string   `yaml:"setup_go_version"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL