Skip to content

Commit

Permalink
build(goreleaser): fix config version
Browse files Browse the repository at this point in the history
Fix #95
  • Loading branch information
miton18 committed Dec 26, 2024
1 parent 1cde417 commit bac736b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
workflow_dispatch:

permissions:
permissions:
contents: read

jobs:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bac736b

Please sign in to comment.