Upgrade Go from 1.18 to 1.19

This commit is contained in:
Sebastian Serth
2022-08-08 09:19:06 +02:00
committed by Sebastian Serth
parent 9677253b35
commit 5059a5dc4c
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ linters-settings:
nakedret:
max-func-lines: 5
stylecheck:
go: "1.18"
go: "1.19"
linters:
disable-all: true