chore: bump Go to 1.20 (#242)

Signed-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda 2023-09-21 10:20:21 +03:00 committed by GitHub
parent 6e704239a6
commit e9a5af7af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
run:
go: 1.18
go: 1.20
timeout: 5m
linters:
enable:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/aquasecurity/vuln-list-update
go 1.18
go 1.20
require (
github.com/PuerkitoBio/goquery v1.8.0