Skip to content

Commit

Permalink
go mod tidy and add go.mod to exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu committed Dec 11, 2024
1 parent 20e469f commit ee4645e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ignorePaths": [
"coverage/**",
"dist/**",
"go.mod",
"go.sum",
"mage_output_file.go",
"node_modules/**",
Expand Down Expand Up @@ -71,7 +72,7 @@
"eslintcache",
"lefthook",
"ssjagad",
"jackspeak",
"jackspeak",
"nvmrc",
"gomod",
"golangci"
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/grafana/iot-sitewise-datasource

go 1.22
go 1.23

toolchain go1.23.1

require (
Expand Down

0 comments on commit ee4645e

Please sign in to comment.