Skip to content

Commit

Permalink
Merge pull request #110 from maiqueb/bump-golang-1.20
Browse files Browse the repository at this point in the history
build: use golang 1.20
  • Loading branch information
kubevirt-bot authored Jan 24, 2024
2 parents d4aa27f + 44d61a9 commit 11108ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automation/check-patch.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export PATH=${GOPATH}/bin:${GOROOT}/bin:${PATH}
export GOBIN=${GOROOT}/bin/
mkdir -p $GOBIN

echo 'Install Go 1.19'
export GIMME_GO_VERSION=1.19
echo 'Install Go 1.20'
export GIMME_GO_VERSION=1.20
GIMME=/tmp/macvtap-cni/go/gimme
mkdir -p $GIMME
curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=${GIMME} bash >> ${GIMME}/gimme.sh
Expand Down
2 changes: 1 addition & 1 deletion cmd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Multi-stage dockerfile building a container image with both binaries included

FROM quay.io/projectquay/golang:1.19 as builder
FROM quay.io/projectquay/golang:1.20 as builder
ENV GOPATH=/go
WORKDIR /go/src/github.com/kubevirt/macvtap-cni
COPY . .
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/kubevirt/macvtap-cni

go 1.19
go 1.20

require (
github.com/aktau/github-release v0.8.1
Expand Down

0 comments on commit 11108ff

Please sign in to comment.