Skip to content

Commit

Permalink
add ubuntu 20.04 (#460)
Browse files Browse the repository at this point in the history
* add ubuntu 20.04

* add fossa to ubuntu.csv misc data

Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
  • Loading branch information
kapilt and knqyf263 authored Apr 13, 2020
1 parent 114df7a commit d6595ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/eol/data/ubuntu.csv
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
18.10,Cosmic Cuttlefish,cosmic,2018-04-26,2018-10-18,2019-07-18
19.04,Disco Dingo,disco,2018-10-18,2019-04-18,2020-01-18
19.10,Eoan Ermine,eoan,2019-04-18,2019-10-17,2020-07-17
20.04 LTS,Focal Fossa,focal,2020-04-23,2025-04-23,2030-04-23
1 change: 1 addition & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var (
"18.10": time.Date(2019, 7, 18, 23, 59, 59, 0, time.UTC),
"19.04": time.Date(2020, 1, 18, 23, 59, 59, 0, time.UTC),
"19.10": time.Date(2020, 7, 17, 23, 59, 59, 0, time.UTC),
"20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit d6595ad

Please sign in to comment.