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 dependencies
install: install:
# Frontend # Frontend
yarn install --pure-lockfile yarn install
# Backend # Backend
go install -v ./pkg/ go install -v ./pkg/
go install golang.org/x/lint/golint@latest go install golang.org/x/lint/golint@latest

View File

@@ -1,6 +1,7 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"version": "6.1.2",
"version": "6.1.2-rit",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"bugs": { "bugs": {