diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cecf0fb..68c920e 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.3 + go-version: 1.23.5 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0bf3dd..a1057ee 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.3 + go-version: 1.23.5 - name: Cache Go modules uses: actions/cache@v4 with: diff --git a/Dockerfile b/Dockerfile index fed48a2..e02b628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 as builder +FROM golang:1.23.5 as builder WORKDIR /app ENV CGO_ENABLED=0 ENV GOOS=linux diff --git a/Dockerfile-goreleaser b/Dockerfile-goreleaser index 4bb9cd4..3f74225 100644 --- a/Dockerfile-goreleaser +++ b/Dockerfile-goreleaser @@ -1,4 +1,4 @@ -FROM golang:1.23.3 as builder +FROM golang:1.23.5 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/