Skip to content

Commit

Permalink
Merge pull request #367 from intelops/versionupgrade
Browse files Browse the repository at this point in the history
go upgrading
  • Loading branch information
vijeyash1 authored May 13, 2024
2 parents c954958 + a43ec5f commit 5cb2363
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/agent/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 AS builder
FROM golang:1.22 AS builder
WORKDIR /
COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agent/git/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 AS builder
FROM golang:1.22 AS builder
WORKDIR /
COPY ./ ./

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agent/kubviz/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/migration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as builder
FROM golang:1.22 as builder

WORKDIR /workspace
COPY ./ ./
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/intelops/kubviz

go 1.20
go 1.22

require (
bou.ke/monkey v1.0.2
Expand All @@ -11,6 +11,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/corneliusweig/tabwriter v0.0.0-20190512204542-5f8a091e83b5
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v24.0.4+incompatible
github.com/genuinetools/reg v0.16.1
github.com/getkin/kin-openapi v0.118.0
Expand Down Expand Up @@ -60,7 +61,6 @@ require (
github.com/bytedance/sonic v1.9.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
Expand Down
128 changes: 128 additions & 0 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 5cb2363

Please sign in to comment.