Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9527382e8e | |||
| f2ffd10e20 |
@@ -24,6 +24,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-fast
|
||||
|
||||
strategy:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -------- Dockerfile (Multi-Stage Build) --------
|
||||
# 1. Builder-Stage
|
||||
FROM golang:1.24-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.* ./
|
||||
|
||||
Reference in New Issue
Block a user