Skip to content

Commit a8da213

Browse files
committed
repo: update copywrite years
1 parent 3f348df commit a8da213

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

Justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ test:
2121
# ensure copywrite headers present on source files
2222
[group('lint')]
2323
copywrite:
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')]
4040
init:
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')]

env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) CattleCloud LLC
1+
// Copyright CattleCloud LLC 2024, 2026
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
package env

env_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) CattleCloud LLC
1+
// Copyright CattleCloud LLC 2024, 2026
22
// SPDX-License-Identifier: BSD-3-Clause
33

44
package env

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cattlecloud.net/go/env
22

3-
go 1.23
3+
go 1.25
44

55
require (
66
github.com/shoenig/go-conceal v0.5.4

0 commit comments

Comments
 (0)