Skip to content

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.dockerignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.git
2+
.gitignore
3+

Dockerfile

+1-1
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)