Compare commits
3 Commits
v1.0.1
...
45d68663d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 45d68663d8 | |||
| 9527382e8e | |||
| f2ffd10e20 |
@@ -24,6 +24,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
runs-on: ubuntu-fast
|
runs-on: ubuntu-fast
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
@@ -44,7 +45,7 @@ jobs:
|
|||||||
ext: ".exe"
|
ext: ".exe"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.24"
|
GO_VERSION: "1.25"
|
||||||
BINARY_NAME: wol-server
|
BINARY_NAME: wol-server
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# -------- Dockerfile (Multi-Stage Build) --------
|
# -------- Dockerfile (Multi-Stage Build) --------
|
||||||
# 1. Builder-Stage
|
# 1. Builder-Stage
|
||||||
FROM golang:1.24-alpine AS builder
|
FROM golang:1.25-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY go.* ./
|
COPY go.* ./
|
||||||
|
|||||||
Reference in New Issue
Block a user