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 diff --git a/README.md b/README.md index 726d651..ff55c12 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