diff --git a/cspell.config.json b/cspell.config.json index 79f6265..7433fed 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 a0bb6ce..7f7c369 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 (