Skip to content

Commit 44e5546

Browse files
authored
Updating to Go 1.19 (#116) (#117)
1 parent 0d5b0b8 commit 44e5546

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: NOTES
2+
body: This Go module has been updated to Go 1.19 per the [Go support policy](https://golang.org/doc/devel/release.html#policy).
3+
Any consumers building on earlier Go versions may experience errors.
4+
time: 2023-03-03T09:38:36.179756Z
5+
custom:
6+
Issue: "117"

.github/workflows/ci-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
go-version: [ '1.19', '1.18' ]
31+
go-version: [ '1.20', '1.19' ]
3232
steps:
3333
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
3434
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This Go module is typically kept up to date with the latest `terraform-plugin-fr
1414

1515
This Go module follows `terraform-plugin-framework` Go compatibility.
1616

17-
Currently that means Go **1.18** must be used when developing and testing code.
17+
Currently that means Go **1.19** must be used when developing and testing code.
1818

1919
## Contributing
2020

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform-plugin-framework-validators
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/google/go-cmp v0.5.9

0 commit comments

Comments
 (0)