Thomas Boerger

Results 356 comments of Thomas Boerger

The syscerts lib could be replaced by crypto/x509 these days as it does not error on Windows anymore.

Has somebody already started the Hetzner Cloud integration? Maybe some hints before starting to contribute? @invidian how do you deploy Kubernetes to Hetzner Cloud today? :)

Nearly all containers at https://github.com/dockhippie use https://github.com/dockhippie/alpine as a base image which is based on the official alpine edge image.

```diff diff --git a/vendor/github.com/boltdb/bolt/bolt_mips64.go b/vendor/github.com/boltdb/bolt/bolt_mips64.go new file mode 100644 index 0000000..c1dfbac --- /dev/null +++ b/vendor/github.com/boltdb/bolt/bolt_mips64.go @@ -0,0 +1,8 @@ +// +build mips64 +package bolt + +// maxMapSize represents the largest...

The best bet would be the go plugin definition by hashicorp, it's also used in famous tools like terraform and packer.

That sounds more like an issue where golang fails to properly fetch the build dependencies.

But the mentioned issue doesn't look like it's related to the plugin itself. It's simply go modules that fails to properly prepare the deps.

But the mentioned issue is not related to the pipeline at all, `go vet` fails to execute. To migrate it to the plugin lib is a different topic.

@donny-dont you can always do tests with try.gitea.io ;)

I dislike the idea to add this kind of conditions on a plugin level, conditions should be handled by Drone conditions, not inside that plugin.