You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2022/09/06 19:23:34 UTC

[trafficcontrol] branch master updated: Update Go version to 1.19.1 (#7062)

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 303c9a4e5a Update Go version to 1.19.1 (#7062)
303c9a4e5a is described below

commit 303c9a4e5a0e18d29167cfb4a56a8b13fd8ca514
Author: ASF CI System <40...@users.noreply.github.com>
AuthorDate: Tue Sep 6 21:23:25 2022 +0200

    Update Go version to 1.19.1 (#7062)
    
    * Update Go version to 1.19.1
    
    * Update golang.org/x/ dependencies for go1.19.1
---
 .env       | 2 +-
 GO_VERSION | 2 +-
 go.mod     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env b/.env
index 27f8552fbc..50b652bad4 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
 ATS_VERSION=9.1.2
-GO_VERSION=1.19
+GO_VERSION=1.19.1
diff --git a/GO_VERSION b/GO_VERSION
index bc4493477a..66e2ae6c25 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.19
+1.19.1
diff --git a/go.mod b/go.mod
index bb38065114..f74f10e009 100644
--- a/go.mod
+++ b/go.mod
@@ -71,7 +71,7 @@ require (
 	github.com/lestrrat-go/option v1.0.0 // indirect
 	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
 	github.com/modern-go/reflect2 v1.0.2 // indirect
-	github.com/nxadm/tail v1.4.8 // indirect
+	github.com/nxadm/tail v1.4.8
 	go.uber.org/atomic v1.6.0 // indirect
 	google.golang.org/protobuf v1.27.1 // indirect
 	gopkg.in/square/go-jose.v2 v2.5.1 // indirect