mirror of
https://github.com/chapvic/action-telegram-notify.git
synced 2026-01-10 16:31:39 +03:00
Bumping golang v1.22
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.21 AS builder
|
FROM golang:1.22 AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN CGO_ENABLED=0 go build -v -o telegram-notify .
|
RUN CGO_ENABLED=0 go build -v -o telegram-notify .
|
||||||
|
|||||||
Reference in New Issue
Block a user