diff --git a/rqlite.yaml b/rqlite.yaml index 0dbc42e7926..feb63ab63f1 100644 --- a/rqlite.yaml +++ b/rqlite.yaml @@ -1,7 +1,7 @@ package: name: rqlite # When bumping the version, you can remove the `go get` line in the build. - version: 7.20.0 + version: 7.20.1 epoch: 0 description: The lightweight, distributed relational database built on SQLite copyright: @@ -20,16 +20,13 @@ pipeline: with: repository: https://github.com/rqlite/rqlite tag: v${{package.version}} - expected-commit: 1a0c3c2413d188087148b74da33a602f1619dcc0 + expected-commit: bec8c93c5ab703548caa6688970a69b2a339e763 destination: rqlite - runs: | mkdir -p ${{targets.destdir}}/usr/bin cd rqlite - # Mitigate GHSA-hw7c-3rfg-p46j - go get google.golang.org/protobuf@v1.29.1 - go mod tidy go build -tags osusergo,netgo,sqlite_omit_load_extension \ -o ${{targets.destdir}}/usr/bin/rqlite \ -ldflags="-s -w -extldflags=-static" \