From a6875bb70c09b7cc43090b33ba5d6ca7811f8f01 Mon Sep 17 00:00:00 2001 From: Lunar Renovate <115620512+lunar-renovate@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:01:52 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.3 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- Dockerfile-goreleaser | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68d7101..39d959b 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.2 + go-version: 1.23.3 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a595266..a0fc74b 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.2 + go-version: 1.23.3 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/Dockerfile b/Dockerfile index a2f6a9e..fed48a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2 as builder +FROM golang:1.23.3 as builder WORKDIR /app ENV CGO_ENABLED=0 ENV GOOS=linux diff --git a/Dockerfile-goreleaser b/Dockerfile-goreleaser index 3f92a46..4bb9cd4 100644 --- a/Dockerfile-goreleaser +++ b/Dockerfile-goreleaser @@ -1,4 +1,4 @@ -FROM golang:1.23.2 as builder +FROM golang:1.23.3 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/