Skip to content

Commit 9de3fc8

Browse files
committed
Bump minimum expected Go version to 1.18 (#256)
1 parent cb9f836 commit 9de3fc8

File tree

5 files changed

+9
-68
lines changed

5 files changed

+9
-68
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
go-version: [ '1.18', '1.17' ]
26+
go-version: [ '1.19', '1.18' ]
2727

2828
steps:
2929

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.11
1+
1.18.5

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.1.0 (unreleased)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.18 per the Go support policy. Any consumers building on earlier Go versions may experience errors ([#256](https://github.com/hashicorp/terraform-provider-tls/issues/256)).
6+
17
## 4.0.1 (July 25, 2022)
28

39
BUG FIXES:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform-provider-tls
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/elazarl/goproxy v0.0.0-20220529153421-8ea89ba92021

0 commit comments

Comments
 (0)