From 24c0d24aa6b095ce1e69e9d9b69db1246920e078 Mon Sep 17 00:00:00 2001 From: Rohit Myali Date: Tue, 17 Sep 2024 14:16:19 +0530 Subject: [PATCH] Updated the go version from 1.18 to 1.19 Signed-off-by: Rohit Myali --- CHANGELOG.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e51532d..8efd625e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ BUG FIXES ENHANCEMENTS -* **External Libraries**: Updated the versions of external libraries used in the project to stable version. +* **External Libraries**: Updated the versions of external libraries used in the project to stable version. Update the go version from 1.18 to 1.19. [#1162]: https://github.com/citrix/terraform-provider-citrixadc/issues/1162 diff --git a/go.mod b/go.mod index 5b5b3c659..58f3ed7fc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/citrix/terraform-provider-citrixadc -go 1.18 +go 1.19 require ( github.com/citrix/adc-nitro-go v0.0.0-20240828101652-94a4ce81c2dc