Skip to content

Commit d8da8be

Browse files
duckdb vension update for windows build with static link
1 parent a9e6136 commit d8da8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Step 3: Download DuckDB Precompiled Library
4949
- name: Download DuckDB Library
5050
run: |
51-
$version = "v1.4.0"
51+
$version = "v1.4.1"
5252
$duckdb_url = "https://github.com/duckdb/duckdb/releases/download/$version/libduckdb-windows-amd64.zip"
5353
$destinationPath = "$(Get-Location)\duckdb"
5454
Invoke-WebRequest -Uri $duckdb_url -OutFile "duckdb.zip"

0 commit comments

Comments
 (0)