From 360e73ebc0bc2a0e3a2b003ff41f12deea305c7b Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 6 Mar 2023 10:42:15 +0300 Subject: [PATCH] Minor improvements --- .github/workflows/ci.yml | 2 +- README.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518824a..5e5ae04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: - go: [ '1.19.x', '1.20.x' ] + go: [ '1.18.x', '1.19.x', '1.20.x' ] steps: - name: Set up Go diff --git a/README.md b/README.md index 771a7ac..c5575a3 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,12 @@ ### Installation -Make sure you have a working Go 1.17+ workspace (_[instructions](https://golang.org/doc/install)_), then: +Make sure you have a working Go 1.18+ workspace (_[instructions](https://golang.org/doc/install)_), then: ````bash -go get -d github.com/essentialkaos/go-badge +go get github.com/essentialkaos/go-badge ```` -For update to latest stable release, do: - -```bash -go get -d -u github.com/essentialkaos/go-badge -``` - ### Usage example ```go