0
0
Fork 0
mirror of https://github.com/slackhq/nebula.git synced 2025-04-28 14:42:22 +00:00
slackhq_nebula/cmd/nebula-cert
dependabot[bot] d2adebf26d
Bump golangci/golangci-lint-action from 6 to 7 (#1361)
* Bump golangci/golangci-lint-action from 6 to 7

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* use latest golangci-lint

* pin to v2.0

* golangci-lint migrate

* make the tests happy

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wade Simmons <wsimmons@slack-corp.com>
2025-04-01 13:24:19 -04:00
..
ca.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
ca_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
keygen.go Cert interface (#1212) 2024-10-10 18:00:22 -05:00
keygen_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
main.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
main_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
p11_cgo.go add PKCS11 support (#1153) 2024-09-09 17:51:58 -04:00
p11_stub.go add PKCS11 support (#1153) 2024-09-09 17:51:58 -04:00
passwords.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
passwords_test.go Add ability to encrypt CA private key at rest (#386) 2023-04-03 13:59:38 -04:00
print.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
print_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00
sign.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
sign_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
test_darwin.go Fix nebula-cert tests on darwin and windows 2019-12-11 10:13:19 -05:00
test_linux.go Support for 1.0.0 release 2019-11-19 10:31:59 -08:00
test_windows.go Public Release 2019-11-19 17:00:20 +00:00
verify.go V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
verify_test.go Bump golangci/golangci-lint-action from 6 to 7 (#1361) 2025-04-01 13:24:19 -04:00