Skip to content

Commit

Permalink
go version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Mar 15, 2024
1 parent 5042c8c commit 9e33f71
Show file tree
Hide file tree
Showing 7 changed files with 137 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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/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 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 (
github.com/99designs/gqlgen v0.17.42
Expand Down
131 changes: 131 additions & 0 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 9e33f71

Please sign in to comment.