diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 1b44c43..5b2fa28 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - run: | git fetch --prune --unshallow --tags - - uses: snyk/release-notes-preview@v1.6.1 + - uses: snyk/release-notes-preview@v1.6.2 with: releaseBranch: master env: diff --git a/Dockerfile b/Dockerfile index c89d1ae..025a568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG VCS_REF ARG VERSION # build -FROM golang:1.15.8-alpine as builder +FROM golang:1.23.3-alpine as builder RUN apk add --no-cache git gcc musl-dev make ENV GO111MODULE=on WORKDIR /go/src/moul.io/berty-library-test @@ -14,7 +14,7 @@ COPY . ./ RUN make install # minimalist runtime -FROM alpine:3.13 +FROM alpine:3.20 LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.name="berty-library-test" \ org.label-schema.description="" \ diff --git a/go.mod b/go.mod index 90f1b5e..e98f97b 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module moul.io/berty-library-test go 1.15 require ( - berty.tech/berty/v2 v2.148.0 + berty.tech/berty/v2 v2.470.5 github.com/gogo/protobuf v1.3.1 - github.com/mdp/qrterminal/v3 v3.0.0 - github.com/tailscale/depaware v0.0.0-20200914232109-e09ee10c1824 - go.uber.org/goleak v1.1.10 + github.com/mdp/qrterminal/v3 v3.2.0 + github.com/tailscale/depaware 3d7f3b30ed0e + go.uber.org/goleak v1.3.0 google.golang.org/grpc v1.30.0 - moul.io/u v1.10.0 + moul.io/u v1.27.0 ) replace (