Skip to content

Commit

Permalink
Merge pull request #8 from spectrocloud/PSS-1913-rel-3.4
Browse files Browse the repository at this point in the history
PSS-1913: Update go
  • Loading branch information
jayesh-srivastava authored May 2, 2023
2 parents b89fc16 + 4892137 commit 268d905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:experimental

FROM golang:1.20.2-alpine3.17 as dev
FROM golang:1.19.8-alpine3.17 as dev
RUN apk add --no-cache git ca-certificates make
RUN adduser -D appuser
COPY . /src/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REPOSITORY = plndr

IMAGE_NAME := kube-vip
IMG_URL ?= gcr.io/spectro-dev-public/release
IMG_TAG ?= spectro-v0.4.0-v1beta1-20230316.1154
IMG_TAG ?= spectro-v0.4.0-v1beta1-20230502
IMG ?= ${IMG_URL}/${IMAGE_NAME}:${IMG_TAG}

RELEASE_REGISTRY := gcr.io/spectro-images-public/release/kube-vip
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/kube-vip/kube-vip

go 1.20
go 1.19

require (
github.com/cloudflare/ipvs v0.8.0
Expand Down

0 comments on commit 268d905

Please sign in to comment.