1 Commits

Author SHA1 Message Date
dad27cae64 Update golang Docker tag to v1.26
All checks were successful
Build and Push Docker Images / build (pull_request) Successful in 7m55s
2026-02-11 02:32:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ jobs:
type=raw,value=latest
-
name: Build and push
uses: docker/build-push-action@v7.0.0
uses: docker/build-push-action@v6.18.0
with:
context: ./build
push: ${{ gitea.event_name != 'pull_request' }}

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app