Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit d30758b

Browse files
authored
Merge pull request #23 from muroon/go-1.23
upgrade go version in Dockerfile
2 parents fbf7d11 + 91bdb31 commit d30758b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git
2+
.gitignore
3+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14
1+
FROM golang:1.23
22

33
WORKDIR /go/src/github.com/speee/go-athena
44

0 commit comments

Comments
 (0)