1 Commits

Author SHA1 Message Date
renovate-bot 688d7703b7 Update docker/setup-qemu-action action to v4
Build and Push Docker Images / build (pull_request) Successful in 44s
2026-04-24 02:33:09 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
echo "Major: $MAJOR, Minor: $MINOR" echo "Major: $MAJOR, Minor: $MINOR"
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v3.7.0 uses: docker/setup-qemu-action@v4
- -
name: Set up Docker Buildx name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.12.0 uses: docker/setup-buildx-action@v3.12.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26-alpine AS builder FROM golang:1.25-alpine AS builder
WORKDIR /app WORKDIR /app