2 Commits

Author SHA1 Message Date
9527382e8e Update to Go-1.25.3
All checks were successful
release-tag / release-image (push) Successful in 1m40s
build-binaries / build (, arm, 7, linux) (push) Successful in 10m53s
build-binaries / build (, amd64, linux) (push) Successful in 11m6s
build-binaries / build (, arm64, linux) (push) Successful in 10m27s
build-binaries / build (.exe, amd64, windows) (push) Successful in 10m28s
build-binaries / release (push) Successful in 46s
2025-10-21 07:20:49 +02:00
f2ffd10e20 Build-Option ebenfalls auf Tag-Referenz angepasst um unnötige Artefaktbildung zu umgehen
All checks were successful
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 1m25s
2025-08-07 04:13:26 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ on:
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-fast
strategy:

View File

@@ -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.* ./

2
go.mod
View File

@@ -1,5 +1,5 @@
module git.send.nrw/sendnrw/edge-wol
go 1.24.4
go 1.25.3
require golang.org/x/crypto v0.40.0