Skip to content

Commit

Permalink
Fix asset build
Browse files Browse the repository at this point in the history
Pin the version to v3.24.0 which is working (latest version seems to
broken).

Signed-off-by: David Porter <david@porter.me>
  • Loading branch information
bobbypage committed Mar 27, 2023
1 parent 648b12f commit 5f30fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FORCE="${FORCE:-}" # Force assets to be rebuilt if FORCE=true

# Install while in a temp dir to avoid polluting go.mod/go.sum
pushd "${TMPDIR:-/tmp}" > /dev/null
go install github.com/kevinburke/go-bindata/go-bindata@latest
go install github.com/kevinburke/go-bindata/go-bindata@v3.24.0
popd > /dev/null

build_asset () {
Expand Down

0 comments on commit 5f30fd1

Please sign in to comment.