diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-22 14:32:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 14:32:43 +0100 |
commit | e546c7103da64e1b4cbda9c400926370f66b8c22 (patch) | |
tree | 58e9e646950efdf934eb287616dfe911a0237dd7 /go.mod | |
parent | a2630afd4ea8ddf09a95e50c1ce979fc61c7af8b (diff) | |
parent | 979680b2b8fcb0acdf7b9c776bf6e857259c3309 (diff) |
Merge pull request #18 from defencedigital/change-dockerfile
Changed to 1.20 and using RHEL9 Go image
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |