bump min golang req to v1.20

This commit is contained in:
6543 2023-02-10 02:16:43 +01:00
parent 146051c08a
commit 321ce4f77e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline:
# use vendor to cache dependencies
vendor:
image: golang:1.18
image: golang:1.20
commands:
- go mod vendor