Commit 2b1c091
committed
remove "//go:build go1.26" workarounds
These were added because the repository was not a module: consumers
got an implicitly generated go.mod, which made go assume the "go1.16"
language version and reject any newer language feature. The "//go:build"
directive overrode the language version on a per-file basis.
Now that there is a real go.mod, its "go" directive sets the language
version for every file in the module, so the workaround can go, as the
FIXME they carried asked for.
Assisted-by: Claude Opus 5 <noreply@anthropic.com>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>1 parent dc6330c commit 2b1c091
139 files changed
Lines changed: 0 additions & 417 deletions
File tree
- cli-plugins
- hooks
- manager
- plugin
- cli
- command
- config
- container
- context
- formatter
- idresolver
- image
- build/internal/git
- inspect
- manifest
- network
- node
- plugin
- secret
- service
- internal/genericresource
- progress
- stack
- system
- pruner
- task
- volume
- compose
- convert
- interpolation
- loader
- schema
- template
- types
- config
- configfile
- memorystore
- connhelper
- ssh
- context/store
- streams
- cmd
- docker-trust
- internal/registry
- trust
- docker
- internal
- oauth/api
- registryclient
- registry
- test
- tui
- volumespec
- opts
- swarmopts
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
0 commit comments