From 10550f3a808e63f3dd242637eef0fec014e08d1b Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 22 Apr 2024 14:34:55 +0000 Subject: [PATCH] chore: deps(github-action): Bump Golang version to 1.22.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 6 +++--- .github/workflows/release.yaml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 27f2725..898d092 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: 1.22.1 + go-version: 1.22.2 id: go - name: Check out code into the Go module directory uses: actions/checkout@v4 @@ -61,5 +61,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 if: ${{ github.event_name == 'schedule' }} - # Manage and run your integration tests with efficiency - # https://github.com/ovh/venom + # Manage and run your integration tests with efficiency + # https://github.com/ovh/venom diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e411520..4b6aa76 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,3 +1,4 @@ +--- name: Publish Release Assets on: workflow_dispatch: null @@ -27,7 +28,7 @@ jobs: uses: actions/setup-go@v5 with: cache: false - go-version: 1.22.1 + go-version: 1.22.2 id: go - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5