This is an automated email from the ASF dual-hosted git repository.

zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 42041ea176 Update Go version to 1.19.3 (#7168)
42041ea176 is described below

commit 42041ea1766ca32e9111a098d6b2ac56ce99069d
Author: ASF CI System <[email protected]>
AuthorDate: Tue Nov 1 21:37:51 2022 +0100

    Update Go version to 1.19.3 (#7168)
    
    * Update Go version to 1.19.3
    
    * Update Go version to 1.19 in go.mod
    
    Co-authored-by: asf-ci <[email protected]>
---
 .env       | 2 +-
 GO_VERSION | 2 +-
 go.mod     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env b/.env
index 5311397514..cd55cd03c3 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
 ATS_VERSION=9.1.2
-GO_VERSION=1.19.2
+GO_VERSION=1.19.3
diff --git a/GO_VERSION b/GO_VERSION
index 836ae4eda2..1b92e588b7 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.19.2
+1.19.3
diff --git a/go.mod b/go.mod
index f74f10e009..3e96020d2d 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ module github.com/apache/trafficcontrol
 // specific language governing permissions and limitations
 // under the License.
 
-go 1.18
+go 1.19
 
 require (
        code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5

Reply via email to