From f9baa64e181ae1e47df01a3245740f97f62709a4 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Tue, 1 Oct 2024 20:30:51 -0400 Subject: [PATCH] Adding build badge --- .drone.yml | 1 - README.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dba3f98..ed656df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: - name: Unit Test and lint image: golang:1.23-bookworm commands: - # - go build - go mod download - go test -v ./... - go vet ./... diff --git a/README.md b/README.md index c9530cc..e6cdfb2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Learn MQTT with Go +![build-status](https://drone.runcible.io/api/badges/learning/learn_mqtt_go/status.svg) + + Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker. 1883, Eclipse Mosquitto unsecured (opening the port on the internet is not recommended).