Skip to content

Commit

Permalink
Update go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Dec 15, 2022
1 parent a63a31c commit e655650
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.18 as build
FROM golang:1.19 as build

COPY . /app
WORKDIR /app
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 shadowmere-helper-bot

go 1.18
go 1.19

require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
Expand Down

0 comments on commit e655650

Please sign in to comment.