Skip to content

Commit

Permalink
Bumping golang v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
chapvic committed Sep 9, 2024
1 parent 0fc0deb commit f48a771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/chapvic/telegram-notify

go 1.21
go 1.22

require (
github.com/JohannesKaufmann/html-to-markdown v1.6.0
Expand Down

0 comments on commit f48a771

Please sign in to comment.