feat: update golang version to 1.19 (#23)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2022-10-14 14:28:55 +08:00 committed by GitHub
parent c677360c03
commit 3c36b50ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ main ]
env:
GO_VERSION: 1.18
GO_VERSION: 1.19
jobs:
lint:

2
go.mod
View File

@ -1,6 +1,6 @@
module d7y.io/api
go 1.18
go 1.19
require (
github.com/envoyproxy/protoc-gen-validate v0.6.8