From d338c8b7c37ff8ad6404408164529afef66c4ed7 Mon Sep 17 00:00:00 2001 From: bump Date: Thu, 2 Feb 2023 08:29:36 +0000 Subject: [PATCH] Update github-go-version to 1.20.0 from 1.19.5, 1.19.5, 1.19.5 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2daf74e2..26bbe87e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.19.5 + go-version: 1.20.0 - uses: actions/checkout@v3 - uses: golangci/golangci-lint-action@v3 with: @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.19.5 + go-version: 1.20.0 - name: Test env: GOARCH: ${{ matrix.goarch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00990164..90e8958e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: 1.19.5 + go-version: 1.20.0 - uses: goreleaser/goreleaser-action@v2 with: distribution: goreleaser