Skip to content

Commit 404c5d3

Browse files
committed
chore: Update license year, and bump AKV runner go version
Signed-off-by: sbailey <1661003+spbsoluble@users.noreply.github.com>
1 parent c371b88 commit 404c5d3

38 files changed

+64
-53
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Go
109109
uses: actions/setup-go@v5
110110
with:
111-
go-version: "1.20"
111+
go-version: "1.21"
112112
- name: Install dependencies
113113
run: go mod download && go mod tidy
114114
- name: Get secret from Azure Key Vault
@@ -208,7 +208,7 @@ jobs:
208208
- name: Set up Go
209209
uses: actions/setup-go@v5
210210
with:
211-
go-version: "1.20"
211+
go-version: "1.21"
212212
- name: Install dependencies
213213
run: go mod download && go mod tidy
214214
- name: Get secret from Azure Key Vault

cmd/auth_providers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Keyfactor
1+
// Copyright 2024 Keyfactor
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cmd/certificates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package cmd Copyright 2023 Keyfactor
1+
// Copyright 2024 Keyfactor
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cmd/constants.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package cmd Copyright 2023 Keyfactor
1+
// Copyright 2024 Keyfactor
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@ const (
2525
XKeyfactorRequestedWith = "APIClient"
2626
XKeyfactorApiVersion = "1"
2727
FlagGitRef = "git-ref"
28+
FlagFromFile = "from-file"
2829
)
2930

3031
var ProviderTypeChoices = []string{

cmd/containers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package cmd Copyright 2023 Keyfactor
1+
// Copyright 2024 Keyfactor
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cmd/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Package cmd Copyright 2023 Keyfactor
1+
// Copyright 2024 Keyfactor
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cmd/helm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Keyfactor Command Authors.
2+
Copyright 2024 The Keyfactor Command Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/helm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Keyfactor Command Authors.
2+
Copyright 2024 The Keyfactor Command Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/helm_uo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Keyfactor Command Authors.
2+
Copyright 2024 The Keyfactor Command Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/helm_uo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2023 The Keyfactor Command Authors.
2+
Copyright 2024 The Keyfactor Command Authors.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)