Skip to content

Commit

Permalink
fix: specify toolchain to fix dependabot issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Sep 1, 2023
1 parent 87cda8f commit 85859e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/Rajil1213/woodcutter

go 1.21
toolchain go1.21.0

require github.com/stretchr/testify v1.8.4

Expand Down
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
go 1.21
toolchain go1.21.0

use .

0 comments on commit 85859e3

Please sign in to comment.