Skip to content

Commit 647299a

Browse files
committed
Fix go.mod and bump go version in release.yml
1 parent 90b7a57 commit 647299a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Set up Go
2929
uses: actions/setup-go@v2
3030
with:
31-
go-version: 1.16
31+
go-version: 1.21
3232
-
3333
name: Import GPG key
3434
id: import_gpg

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/streamdal/terraform-provider-streamdal
22

33
go 1.21
44

5-
toolchain go1.21.5
6-
75
require (
86
github.com/golang/protobuf v1.5.3
97
github.com/hashicorp/terraform-plugin-docs v0.6.0

0 commit comments

Comments
 (0)