Skip to content

Commit bf4e449

Browse files
committed
bump go version
1 parent 126092c commit bf4e449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18
31+
go-version: 1.22.1
3232
-
3333
name: Import GPG key
3434
id: import_gpg

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module terraform-provider-tlsutils
22

3-
go 1.18
3+
go 1.22.1
44

55
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
66

0 commit comments

Comments
 (0)