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