Compare commits
2 Commits
034bd8669e
...
9718bcc79b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9718bcc79b | |||
| b1146b241c |
@@ -1,4 +1,4 @@
|
|||||||
ARG GO_VERSION=1.25.4
|
ARG GO_VERSION=1.26.0
|
||||||
|
|
||||||
# Building the binary using a golang alpine image
|
# Building the binary using a golang alpine image
|
||||||
FROM golang:${GO_VERSION}-alpine AS go-builder
|
FROM golang:${GO_VERSION}-alpine AS go-builder
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ It's basically pure Go (using Chi router), raw CSS and PostgreSQL 18.
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
- Go 1.25.0 or later
|
- Go 1.26.0 or later
|
||||||
- PostgreSQL 18 or later
|
- PostgreSQL 18 or later
|
||||||
- SMTP server for email functionality
|
- SMTP server for email functionality
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user