Skip to content

Commit 2d03dc6

Browse files
committed
Upgrade to go '1.23.0'
We need to upgrade to 'go 1.23.0' to be able to upgrade libraries with CVE's, which are requires newer version of go. Also we need disable building packages for fedora 40, as it doesn't have 'go 1.23.0' and will end of life soon. Signed-off-by: Yevhen Vydolob <[email protected]>
1 parent ea44bed commit 2d03dc6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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

0 commit comments

Comments
 (0)