Skip to content

Commit

Permalink
fix ci: upgrade go to 1.20 (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuhui zhang <[email protected]>
  • Loading branch information
zxh326 authored Sep 4, 2024
1 parent 67157a8 commit edc328b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/csi.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19-buster AS builder
FROM golang:1.20-buster AS builder

ARG GOPROXY
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

go 1.19
go 1.20

replace k8s.io/api => k8s.io/api v0.22.0

Expand Down

0 comments on commit edc328b

Please sign in to comment.