1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

feat: update go version to 1.16 (#1536)

This commit is contained in:
Windfarer
2021-10-08 20:49:56 +08:00
committed by GitHub
parent d0c65fbd75
commit f3e75bffca
19 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ func TestEnvWithPrefix(t *testing.T) {
}
for k, v := range envs {
t.Setenv(k, v)
os.Setenv(k, v)
}
c := config.New(config.WithSource(
@@ -161,7 +161,7 @@ func TestEnvWithoutPrefix(t *testing.T) {
}
for k, v := range envs {
t.Setenv(k, v)
os.Setenv(k, v)
}
c := config.New(config.WithSource(