File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121# ensure copywrite headers present on source files
2222[group (' lint' )]
2323copywrite :
24- copywrite \
24+ $GOBIN / copywrite \
2525 - -config {{ scripts}} / copywrite.hcl headers \
2626 - -spdx " BSD-3-Clause"
2727
@@ -39,6 +39,7 @@ lint: vet
3939[group (' build' )]
4040init :
4141 go install github.com/ golangci/ golangci-lint/ cmd/ golangci-lint@v1.62.2
42+ go install github.com/ hashicorp/ copywrite@v0.24.0
4243
4344# show host system information
4445[group (' build' )]
Original file line number Diff line number Diff line change 1- // Copyright (c) CattleCloud LLC
1+ // Copyright CattleCloud LLC 2024, 2026
22// SPDX-License-Identifier: BSD-3-Clause
33
44package env
Original file line number Diff line number Diff line change 1- // Copyright (c) CattleCloud LLC
1+ // Copyright CattleCloud LLC 2024, 2026
22// SPDX-License-Identifier: BSD-3-Clause
33
44package env
Original file line number Diff line number Diff line change 11module cattlecloud.net/go/env
22
3- go 1.23
3+ go 1.25
44
55require (
66 github.com/shoenig/go-conceal v0.5.4
You can’t perform that action at this time.
0 commit comments