From 3935fb79411ff44f261f8a0af3241e06d8906e84 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Tue, 5 Apr 2022 22:00:20 -0300 Subject: [PATCH 1/3] docs: add download badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2c6d3e..b690f3d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Release Go Reference GitHub stars + GitHub release (latest by date) + GitHub all releases Software License GitHub Actions Status Go Report Card From 247ff8b1005376b284858a5573e78390d54fa1c0 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Tue, 5 Apr 2022 22:03:13 -0300 Subject: [PATCH 2/3] docs: add link to download badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b690f3d..6983ba7 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Release Go Reference GitHub stars - GitHub release (latest by date) - GitHub all releases + GitHub release (latest by date) + GitHub all releases Software License GitHub Actions Status Go Report Card From 7106d50eb38f35e0e75c5b91ca8388d4e9546042 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Tue, 5 Apr 2022 22:18:45 -0300 Subject: [PATCH 3/3] chore: update go version on github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pull-request.yml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ca557..c1f2dd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.17 - name: Build run: make build @@ -83,7 +83,7 @@ jobs: id: go uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.17 - name: Create release notes run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2921440..6fd8660 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,7 +4,6 @@ on: pull_request: branches: [ master ] paths-ignore: - - '**.md' - '**/.gitignore' jobs: @@ -29,7 +28,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.17 id: go - name: Build run: make build