summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-22 14:30:08 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-22 14:30:08 +0100
commit979680b2b8fcb0acdf7b9c776bf6e857259c3309 (patch)
tree58e9e646950efdf934eb287616dfe911a0237dd7 /go.mod
parentdab6b649e3a72a21504581de3bfd57006f366427 (diff)
Changed to 1.20 and using RHEL9 Go image
- Using RHEL image registry and Go toolset image (https://catalog.redhat.com/software/containers/rhel9/go-toolset/61df08166d9a1b7b2aab2344?image=6613b725036e65b1bc748a3f&architecture=amd64&container-tabs=packages) - Changed Go version to 1.20 to accommodate image - Removed structured logger
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 75d8ccf..7c6aa37 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,5 @@
module github.com/defencedigital/ded-web
-go 1.22.1
+go 1.20
require github.com/lib/pq v1.10.9