diff --git a/Dockerfile.internal-platform b/Dockerfile.internal-platform index bd89bfc4..c1a1d99c 100644 --- a/Dockerfile.internal-platform +++ b/Dockerfile.internal-platform @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine3.21 AS builder +FROM golang:1.25-alpine3.21 AS builder WORKDIR /src/bitrise-webhooks @@ -12,7 +12,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/bitrise-webhooks -FROM alpine:3.21 +FROM alpine:3.22 RUN apk add -u ca-certificates && rm -rf /var/cache/apk/* diff --git a/go.mod b/go.mod index 7a153162..2aa73534 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bitrise-io/bitrise-webhooks go 1.24.0 -toolchain go1.24.2 +toolchain go1.25.4 require ( cloud.google.com/go/pubsub v1.42.0 diff --git a/vendor/go.opentelemetry.io/otel/requirements.txt b/vendor/go.opentelemetry.io/otel/requirements.txt index ab09daf9..1bb55fb1 100644 --- a/vendor/go.opentelemetry.io/otel/requirements.txt +++ b/vendor/go.opentelemetry.io/otel/requirements.txt @@ -1 +1 @@ -codespell==2.3.0 +codespell==2.4.1