summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-04-22 14:32:43 +0100
committerGitHub <noreply@github.com>2024-04-22 14:32:43 +0100
commite546c7103da64e1b4cbda9c400926370f66b8c22 (patch)
tree58e9e646950efdf934eb287616dfe911a0237dd7 /go.mod
parenta2630afd4ea8ddf09a95e50c1ce979fc61c7af8b (diff)
parent979680b2b8fcb0acdf7b9c776bf6e857259c3309 (diff)
Merge pull request #18 from defencedigital/change-dockerfile
Changed to 1.20 and using RHEL9 Go image
Diffstat (limited to 'go.mod')
-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