Compare commits
3 Commits
v1.0.1
...
45d68663d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 45d68663d8 | |||
| 9527382e8e | |||
| f2ffd10e20 |
@@ -24,6 +24,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-fast
|
||||
|
||||
strategy:
|
||||
@@ -44,7 +45,7 @@ jobs:
|
||||
ext: ".exe"
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.24"
|
||||
GO_VERSION: "1.25"
|
||||
BINARY_NAME: wol-server
|
||||
|
||||
steps:
|
||||
|
||||
@@ -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