Skip to content

Commit ad5d053

Browse files
author
Vladislav Byrgazov
committed
Update ci go version
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
1 parent f71a689 commit ad5d053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v2
8989
- uses: actions/setup-go@v4
9090
with:
91-
go-version: 1.20.8
91+
go-version: 1.30.1
9292

9393
# Use buildx to build for two platforms (amd64, arm64) in one image
9494
- name: Docker Build

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ COPY --from=vppbuild ["/vpp/build-root/libvppinfra-dev_*.deb", "/vpp/build-root/
3434
RUN VPP_INSTALL_SKIP_SYSCTL=false apt install -f -y --no-install-recommends ./*.deb
3535

3636

37-
FROM golang:1.23.1-alpine3.19 as binapi-generator
37+
FROM golang:1.23.1-alpine3.20 as binapi-generator
3838
ENV GO111MODULE=on
3939
ENV CGO_ENABLED=0
4040
ENV GOBIN=/bin

0 commit comments

Comments
 (0)