File tree 3 files changed +2
-7
lines changed 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 29
29
- fedora-development-aarch64
30
30
- fedora-latest-stable-x86_64
31
31
- fedora-latest-stable-aarch64
32
- - fedora-40-x86_64
33
- - fedora-40-aarch64
34
32
- fedora-eln-aarch64
35
33
- fedora-eln-x86_64
36
34
60
58
dist_git_branches :
61
59
- fedora-development
62
60
- fedora-latest-stable
63
- - fedora-40
64
61
65
62
- job : propose_downstream
66
63
trigger : release
@@ -75,12 +72,10 @@ jobs:
75
72
dist_git_branches :
76
73
- fedora-development
77
74
- fedora-latest-stable
78
- - fedora-40
79
75
80
76
- job : bodhi_update
81
77
trigger : commit
82
78
packages : [gvisor-tap-vsock-fedora]
83
79
dist_git_branches :
84
80
- fedora-latest # rawhide updates are created automatically
85
81
- fedora-latest-stable
86
- - fedora-40
Original file line number Diff line number Diff line change 1
1
module github.com/containers/gvisor-tap-vsock
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
github.com/Microsoft/go-winio v0.6.2
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func init() {
57
57
privateKeyFile = filepath .Join (tmpDir , "id_test" )
58
58
publicKeyFile = privateKeyFile + ".pub"
59
59
ignFile = filepath .Join (tmpDir , "test.ign" )
60
- cmdDir = filepath . Join ( "../cmd" )
60
+ cmdDir = "../cmd"
61
61
}
62
62
63
63
var _ = ginkgo .BeforeSuite (func () {
You can’t perform that action at this time.
0 commit comments