go.mod file getting updated when running go mod tidy
I have the following go.mod
file. I’m unable to run the module as the compiler in VSCode asks me to run go mod tidy
. When I run go mod tidy
my go.mod file gets updated with go version getting bumped from 1.19
to 1.21
, and a new toolchain go1.22.1
line added. go.sum
file is also getting updated.
go.mod file getting updated when running go mod tidy
I have the following go.mod
file. I’m unable to run the module as the compiler in VSCode asks me to run go mod tidy
. When I run go mod tidy
my go.mod file gets updated with go version getting bumped from 1.19
to 1.21
, and a new toolchain go1.22.1
line added. go.sum
file is also getting updated.
go.mod file getting updated when running go mod tidy
I have the following go.mod
file. I’m unable to run the module as the compiler in VSCode asks me to run go mod tidy
. When I run go mod tidy
my go.mod file gets updated with go version getting bumped from 1.19
to 1.21
, and a new toolchain go1.22.1
line added. go.sum
file is also getting updated.
Go — go.mod file getting upadated when running go mod tidy
I have the following go.mod
file. I’m unable to run the module as the compiler in VSCode asks me to run go mod tidy
. When I run go mod tidy
my go.mod file gets updated with go version getting bumped from 1.19
to 1.21
, and a new toolchain go1.22.1
line added. go.sum
file is also getting updated.