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