mirror of
https://github.com/chapvic/action-telegram-notify.git
synced 2026-01-11 08:51:37 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f48a771a21 |
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.21 AS builder
|
||||
FROM golang:1.22 AS builder
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN CGO_ENABLED=0 go build -v -o telegram-notify .
|
||||
|
||||
Reference in New Issue
Block a user