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 ecc7efb7bc Update Go version in go.mod to 1.23.0. (#8069)
ecc7efb7bc is described below
commit ecc7efb7bc2fbdf1bb781c16d7247a5bd6ceb816
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Sep 3 15:07:25 2024 -0600
Update Go version in go.mod to 1.23.0. (#8069)
Update Go version in go.mod to 1.23.0
This should have been a part of PR apache/trafficcontrol#8061. Without
this change, the Go 1.23 language version is not used.
---
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index de3f19a1ea..57082a6dcc 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ module github.com/apache/trafficcontrol/v8
// specific language governing permissions and limitations
// under the License.
-go 1.22.0
+go 1.23.0
require (
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5