fix built for newer versions

This commit is contained in:
Wesley van Tilburg
2026-01-14 09:11:59 +00:00
parent 4e6a75c93d
commit 3711fdd990
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ all: install build test lint
# Install dependencies
install:
# Frontend
yarn install --pure-lockfile
yarn install
# Backend
go install -v ./pkg/
go install golang.org/x/lint/golint@latest