From 9e5d35a2f83d86c31941777665f58ba0b1a5e960 Mon Sep 17 00:00:00 2001 From: bump Date: Fri, 7 Jan 2022 16:03:40 +0000 Subject: [PATCH] Update github-go-version from 1.17.5, 1.17.5 to 1.17.6 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a68d98a..4291a2e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 - name: Test env: GOARCH: ${{ matrix.goarch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a42e10ef..f6344979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup go uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.17.6 - name: Run goreleaser uses: goreleaser/goreleaser-action@v2 with: