golang
+ mosquitto
= mosquigo 👍
This image is used for continuous integration, so it contains golangci-lint
too.
This image can be usefull in CI configurations.
You can use the following code to run CI/CD jobs
stages:
- mqttest
mqttest:
stage: mqttest
image: your-registry/cicd/mosquigo:latest
script:
- golangci-lint run
- go test ./...
If you want to push your image, I let you some documentation about some different public providers
- bump golangci-lint to version v1.45.2
- add some documentation
- bump golangci-lint to version v1.43.0
- bump golangci-lint to version v1.41.1
- bump golangci-lint to version v1.40.1
- removed mount point
- bump golangci-lint to version v1.39.0
- version of mockgen
- Changelog to README.md
- bump golangci-lint to version v1.38.0
- Changelog to README.md
- bump golangci-lint to version v1.32.2