Skip to content

Commit 4f9db96

Browse files
Merge pull request #488 from evidolob/upgrade-go
Upgrade to go '1.23.7'
2 parents ea44bed + 9857ccd commit 4f9db96

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.packit.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- fedora-development-aarch64
3030
- fedora-latest-stable-x86_64
3131
- fedora-latest-stable-aarch64
32-
- fedora-40-x86_64
33-
- fedora-40-aarch64
3432
- fedora-eln-aarch64
3533
- fedora-eln-x86_64
3634

@@ -60,7 +58,6 @@ jobs:
6058
dist_git_branches:
6159
- fedora-development
6260
- fedora-latest-stable
63-
- fedora-40
6461

6562
- job: propose_downstream
6663
trigger: release
@@ -75,12 +72,10 @@ jobs:
7572
dist_git_branches:
7673
- fedora-development
7774
- fedora-latest-stable
78-
- fedora-40
7975

8076
- job: bodhi_update
8177
trigger: commit
8278
packages: [gvisor-tap-vsock-fedora]
8379
dist_git_branches:
8480
- fedora-latest # rawhide updates are created automatically
8581
- fedora-latest-stable
86-
- fedora-40

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containers/gvisor-tap-vsock
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

test-vfkit/vfkit_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func init() {
5757
privateKeyFile = filepath.Join(tmpDir, "id_test")
5858
publicKeyFile = privateKeyFile + ".pub"
5959
ignFile = filepath.Join(tmpDir, "test.ign")
60-
cmdDir = filepath.Join("../cmd")
60+
cmdDir = "../cmd"
6161
}
6262

6363
var _ = ginkgo.BeforeSuite(func() {

0 commit comments

Comments
 (0)