Skip to content

Commit

Permalink
pkg/utils: Update default release to 31 for non-fedora hosts
Browse files Browse the repository at this point in the history
Fedora 30 reached End of Life on 26th May:
https://fedoraproject.org/wiki/End_of_life

containers#546
  • Loading branch information
ljrk0 authored and debarshiray committed Aug 30, 2020
1 parent b3f0a50 commit 9840ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (

const (
idTruncLength = 12
releaseDefaultFallback = "30"
releaseDefaultFallback = "31"
)

const (
Expand Down

0 comments on commit 9840ca5

Please sign in to comment.