mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Go 1.17 is expected in 2021, not 2022.
parent
a4ca7e6198
commit
fa74c6b54b
@ -31,7 +31,7 @@ The transition from GOPATH development mode to Go modules has been gradual, spre
|
||||
|
||||
- **Go 1.16 (February 2021)** will change the default to `GO111MODULE=on`, using module mode always. That is, GOPATH mode will be disabled entirely by default. Users who need one to use GOPATH mode for one more release can set `GO111MODULE=auto` or `GO111MODULE=off` explicitly.
|
||||
|
||||
- **Go 1.17 (August 2022)** will remove the `GO111MODULE` setting and GOPATH mode entirely, using module mode always.
|
||||
- **Go 1.17 (August 2021)** will remove the `GO111MODULE` setting and GOPATH mode entirely, using module mode always.
|
||||
|
||||
Note that removing GOPATH development mode does _not_ mean removing the GOPATH variable. It will still be used for the purposes listed at the top of this page.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user