Compare commits

..

2 Commits

Author SHA1 Message Date
9718bcc79b docs: update readme 2026-02-13 07:48:53 +01:00
b1146b241c feat: upgrade to go 1.26 2026-02-13 07:48:50 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

2
go.mod
View File

@@ -1,6 +1,6 @@
module goyco module goyco
go 1.25.4 go 1.26
require ( require (
github.com/go-chi/chi/v5 v5.2.3 github.com/go-chi/chi/v5 v5.2.3