Skip to content

Commit ae228fb

Browse files
cgoetz-inovexMatheus Politano
authored andcommitted
Chore/no issue update go run go fix (#1334)
* chore(go) update to go 1.26 * chore(go) run `go fix ./...` * chore(deps) update golangci-lint version * fix(deps) use correct golangci-lint url * fix(deps) migrate golangci-lint config * fix(lint) configure linter after update, fix linting issues * fix(lint) ignore false positive * fix(lint) remove unused setting in golang-ci.yaml * fix(lint) rm unused import
1 parent c66234e commit ae228fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackit/internal/services/cdn/cdn_acc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func configVarsHttpUpdated() config.Variables {
101101
return updatedConfig
102102
}
103103

104-
func makeCertAndKey(organization string, domain string) (cert, key []byte) {
104+
func makeCertAndKey(organization, domain string) (cert, key []byte) {
105105
privateKey, err := rsa.GenerateKey(cryptoRand.Reader, 2048)
106106
if err != nil {
107107
fmt.Printf("failed to generate key: %s", err.Error())

0 commit comments

Comments
 (0)