fix built for newer versions

This commit is contained in:
Wesley van Tilburg
2026-01-14 09:11:59 +00:00
parent 4ebefec030
commit 0806f3625c
2 changed files with 3 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