diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-22 14:30:08 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-22 14:30:08 +0100 |
commit | 979680b2b8fcb0acdf7b9c776bf6e857259c3309 (patch) | |
tree | 58e9e646950efdf934eb287616dfe911a0237dd7 /go.mod | |
parent | dab6b649e3a72a21504581de3bfd57006f366427 (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 'go.mod')
-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 |