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 <[email protected]>
  • Loading branch information
zhangzujian authored Oct 8, 2024
1 parent 004877f commit bd766ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:24.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/Microsoft/go-winio v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion test/anp/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kubeovn/kube-ovn/test/anp

go 1.22.7
go 1.22.8

require (
gopkg.in/yaml.v3 v3.0.1
Expand Down

0 comments on commit bd766ce

Please sign in to comment.