Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/mobyPublic

Commit6430e49

Browse files
authored
Merge pull request#49700 from vvoland/missing-buildtags
Add missing go1.22 build constraints
2 parents330857a +cc90726 commit6430e49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎internal/platform/platform_linux.go‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2+
//go:build go1.22
3+
14
package platform
25

36
import (

‎oci/defaults.go‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2+
//go:build go1.22
3+
14
package oci// import "github.com/docker/docker/oci"
25

36
import (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp