|
|
@ -326,10 +326,10 @@ describe('setup-go', () => {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
interface Annotation {
|
|
|
|
interface Annotation {
|
|
|
|
file: string,
|
|
|
|
file: string;
|
|
|
|
line: number,
|
|
|
|
line: number;
|
|
|
|
column: number,
|
|
|
|
column: number;
|
|
|
|
message: string
|
|
|
|
message: string;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -389,8 +389,6 @@ describe('setup-go', () => {
|
|
|
|
expect(annotation.message).toBe('missing return at end of function');
|
|
|
|
expect(annotation.message).toBe('missing return at end of function');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 1.13.1 => 1.13.1
|
|
|
|
// 1.13.1 => 1.13.1
|
|
|
|
// 1.13 => 1.13.0
|
|
|
|
// 1.13 => 1.13.0
|
|
|
|
// 1.10beta1 => 1.10.0-beta1, 1.10rc1 => 1.10.0-rc1
|
|
|
|
// 1.10beta1 => 1.10.0-beta1, 1.10rc1 => 1.10.0-rc1
|
|
|
|