Skip to content

Commit c9824a6

Browse files
committed
fix: handle deprecations before the Go version setting
1 parent 21a1a68 commit c9824a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/config/loader.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ func (l *Loader) Load() error {
5959

6060
l.applyStringSliceHack()
6161

62-
l.handleGoVersion()
63-
6462
err = l.handleDeprecation()
6563
if err != nil {
6664
return err
6765
}
6866

67+
l.handleGoVersion()
68+
6969
err = l.handleEnableOnlyOption()
7070
if err != nil {
7171
return err

0 commit comments

Comments
 (0)