From 3149292170523eb13ac354d47e16dd5a3beb771f Mon Sep 17 00:00:00 2001 From: miton18 Date: Thu, 26 Dec 2024 16:02:13 +0100 Subject: [PATCH] build(goreleaser): fix config version Fix #95 --- .github/workflows/doc_sync.yml | 4 ++-- .goreleaser.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc_sync.yml b/.github/workflows/doc_sync.yml index a58b92f..8ddf741 100644 --- a/.github/workflows/doc_sync.yml +++ b/.github/workflows/doc_sync.yml @@ -9,7 +9,7 @@ on: - master workflow_dispatch: -permissions: +permissions: contents: read jobs: @@ -22,7 +22,7 @@ jobs: - name: sets up go environnement uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Get dependencies run: go mod download - name: Install tfplugindocs diff --git a/.goreleaser.yml b/.goreleaser.yml index f16c23d..16be86c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # Visit https://goreleaser.com for documentation on how to customize this # behavior. +version: 2 before: hooks: # this is just an example and not a requirement for provider building/publishing