From ee4645ed9ff75954ed5b753781ed7b90fceb40d7 Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Wed, 11 Dec 2024 16:08:46 -0500 Subject: [PATCH] go mod tidy and add go.mod to exceptions --- cspell.config.json | 3 ++- go.mod | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cspell.config.json b/cspell.config.json index 79f62659..7433fed3 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -3,6 +3,7 @@ "ignorePaths": [ "coverage/**", "dist/**", + "go.mod", "go.sum", "mage_output_file.go", "node_modules/**", @@ -71,7 +72,7 @@ "eslintcache", "lefthook", "ssjagad", - "jackspeak", + "jackspeak", "nvmrc", "gomod", "golangci" diff --git a/go.mod b/go.mod index a0bb6cea..7f7c3696 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/grafana/iot-sitewise-datasource -go 1.22 +go 1.23 + toolchain go1.23.1 require (