Skip to content

Commit

Permalink
Update go-sqlcmd to v0.12.0 (#163)
Browse files Browse the repository at this point in the history
* Update go-sqlcmd to v0.12.0

This version fixes several issues with batch parsing and variables

* rebuild main.js
  • Loading branch information
shueybubbles authored Feb 1, 2023
1 parent 6685864 commit 2177a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as core from '@actions/core';
import * as tc from '@actions/tool-cache';

export const sqlcmdToolName = 'go-sqlcmd';
export const sqlcmdVersion = '0.9.1';
export const sqlcmdVersion = '0.12.0';

export default class Setup {

Expand Down

0 comments on commit 2177a5b

Please sign in to comment.