Skip to content

Commit

Permalink
Update Go version in go.mod to 1.23.0. (#8069)
Browse files Browse the repository at this point in the history
Update Go version in go.mod to 1.23.0

This should have been a part of PR #8061. Without
this change, the Go 1.23 language version is not used.
  • Loading branch information
zrhoffman authored Sep 3, 2024
1 parent 096b2e2 commit ecc7efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecc7efb

Please sign in to comment.