diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae29321..173ea48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.0 + go-version: 1.23.1 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 818ebef..9b8172b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.23.0 + go-version: 1.23.1 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/Dockerfile b/Dockerfile index 1a9834c..1752e7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0 as builder +FROM golang:1.23.1 as builder WORKDIR /app ENV CGO_ENABLED=0 ENV GOOS=linux diff --git a/Dockerfile-goreleaser b/Dockerfile-goreleaser index eb8facc..44602c5 100644 --- a/Dockerfile-goreleaser +++ b/Dockerfile-goreleaser @@ -1,4 +1,4 @@ -FROM golang:1.23.0 as builder +FROM golang:1.23.1 as builder FROM scratch COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/