Skip to content

Commit

Permalink
Revert "Go 1.22.7" (vmware-tanzu#705)
Browse files Browse the repository at this point in the history
This reverts commit 9652755.
  • Loading branch information
sreyasn authored Sep 10, 2024
1 parent fdc2d21 commit d802316
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

env:
GO_VERSION: 1.22.7
GO_VERSION: 1.22.5

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Go version used to build the binaries.
ARG GO_VERSION=1.22.7
ARG GO_VERSION=1.22.5

## Docker image used to build the binaries.
FROM golang:${GO_VERSION} as builder
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/vm-operator/api

go 1.22.7
go 1.22.5

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/vm-operator

go 1.22.7
go 1.22.5

replace (
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.4
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/vmware-tanzu/vm-operator/hack/tools

go 1.22.7
go 1.22.5

require (
github.com/AlekSi/gocov-xml v1.1.0
Expand Down

0 comments on commit d802316

Please sign in to comment.