We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e6136 commit d8da8beCopy full SHA for d8da8be
.github/workflows/go.yml
@@ -48,7 +48,7 @@ jobs:
48
# Step 3: Download DuckDB Precompiled Library
49
- name: Download DuckDB Library
50
run: |
51
- $version = "v1.4.0"
+ $version = "v1.4.1"
52
$duckdb_url = "https://github.com/duckdb/duckdb/releases/download/$version/libduckdb-windows-amd64.zip"
53
$destinationPath = "$(Get-Location)\duckdb"
54
Invoke-WebRequest -Uri $duckdb_url -OutFile "duckdb.zip"
0 commit comments