Commit each statement with "Go"

Forgive the SQL newbie here. DBA stated we needed to commit each statement with a GO. It works from TSQL in management studio, just not liquibase. Any help is appreciated. 

Example

Drop column table 1 

GO

Drop column table 2 

GO

Tried