Skip to content

Commit

Permalink
Update go version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
shmyer committed Nov 5, 2023
1 parent 060a2f7 commit 5a64221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: crazy-max/ghaction-import-gpg@72b6676b71ab476b77e676928516f6982eef7a41 # v5.3.0
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
gpg_private_key: ${{ secrets.HASHI_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.HASHI_GPG_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module terraform-provider-ksqldb

go 1.19
go 1.21

require (
github.com/hashicorp/terraform-plugin-docs v0.16.0
Expand Down

0 comments on commit 5a64221

Please sign in to comment.