Skip to content

Commit

Permalink
Use default Go toolchain
Browse files Browse the repository at this point in the history
Toolchain visibly does not need to be changed.

We'll see if it fixes the current release issue. 🤷
cli/gh-extension-precompile#50

See Toolchain documention:
https://go.dev/doc/toolchain
  • Loading branch information
nicokosi committed Mar 6, 2024
1 parent d702f8a commit 5ab8db1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/nicokosi/gh-collab-scanner

go 1.21

toolchain go1.22.0
go 1.22

require (
github.com/cli/go-gh/v2 v2.5.0
Expand Down

0 comments on commit 5ab8db1

Please sign in to comment.