Skip to content

Commit

Permalink
build: update Go version to 1.20.5 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Jun 8, 2023
1 parent 6c8eee3 commit c01d29e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.0
1.20.5
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

IMPROVEMENTS:
* provider: add `skip_verify` configuration to skip TLS verification ([#319](https://github.com/hashicorp/terraform-provider-nomad/pull/319))
* provider: update Go to 1.20.5 ([#334](https://github.com/hashicorp/terraform-provider-nomad/pull/334))
* resource/nomad_acl_policy: add support for `job_acl` ([#314](https://github.com/hashicorp/terraform-provider-nomad/pull/314))

BUG FIXES:
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 github.com/hashicorp/terraform-provider-nomad

go 1.19
go 1.20

exclude (
github.com/Sirupsen/logrus v1.1.0
Expand Down

0 comments on commit c01d29e

Please sign in to comment.