From e066b2530d62299cad9cf88a6905cbfdb4ff9a7d Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Thu, 14 Oct 2021 12:14:37 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55a686f..02a10e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.16.x, 1.15.x, 1.14.x, 1.13.x ] + go-version: [ 1.16.x, 1.15.x ] platform: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: @@ -87,7 +87,7 @@ jobs: badge-codecov: 'true' badge-godoc: 'true' email: 'justin@dynam.ac' - title: 'Go-LogAdapter' + title: 'restic-nats' # Optional: Token allows goreadme to comment the PR with diff preview. github-token: '${{ secrets.GITHUB_TOKEN }}'