[#118] go.mod: Update min go version to 1.19

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
pull/118/head
Denis Kirillov 2023-05-23 17:29:40 +03:00
parent 9f186d9aba
commit 43e336e155
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ This document outlines major changes between releases.
- Update viper to v1.15.0 (#14)
- Using multiple servers require only one healthy (TrueCloudLab#12)
- Update go version to go1.18 (TrueCloudLab#16)
- Update go version to go1.19 (#118)
- Return error on invalid LocationConstraint (TrueCloudLab#23)
- Place billing metrics to separate url path (TrueCloudLab#26)
- Add generated deb builder files to .gitignore, and fix typo (TrueCloudLab#28)

2
go.mod
View File

@ -1,6 +1,6 @@
module git.frostfs.info/TrueCloudLab/frostfs-s3-gw
go 1.18
go 1.19
require (
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.15.1-0.20230418080822-bd44a3f47b85