Skip to content

Commit

Permalink
chore(go): add missing toolchain directive (#498)
Browse files Browse the repository at this point in the history
CodeQL was recently enabled for this project and it flagged the fact
that `go.mod` is missing the new "toolchain" directive.
  • Loading branch information
jharley authored Jul 17, 2024
1 parent 8466bb4 commit b9814af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.7
1.21.12
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/honeycombio/terraform-provider-honeycombio

go 1.21

toolchain go1.21.7

require (
github.com/google/go-querystring v1.1.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
Expand Down

0 comments on commit b9814af

Please sign in to comment.