Skip to content

Commit

Permalink
Merge pull request #1476 from shahar-h/go-1.22.5
Browse files Browse the repository at this point in the history
bump go to 1.22.5
  • Loading branch information
k8s-ci-robot authored Aug 3, 2024
2 parents 601f213 + 4869098 commit de7cec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.22.4
FROM golang:1.22.5

WORKDIR /go/src/sigs.k8s.io/descheduler
COPY . .
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 sigs.k8s.io/descheduler

go 1.22.4
go 1.22.5

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit de7cec0

Please sign in to comment.