Skip to content

Commit

Permalink
bump go to 1.22.8 (#4584)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Oct 8, 2024
1 parent 1cbbf8b commit 2c84c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
ARG GO_VERSION=1.22.7
ARG GO_VERSION=1.22.8

FROM ubuntu:22.04 AS ovs-builder

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/kubeovn/kube-ovn

go 1.22.7
go 1.22.8

require (
github.com/Mellanox/sriovnet v1.1.0
Expand Down

0 comments on commit 2c84c60

Please sign in to comment.