Skip to content

Commit 7ce7168

Browse files
committed
go.mod,cmd,.github: bump go version to 1.20.
Bump go version to 1.20. That'll get us stock errors.Join() support and remove reliance on an EOL'd 1.19 go version. Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 5e94eef commit 7ce7168

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push, pull_request]
22
name: Sanity
33

44
env:
5-
GO_VERSION: '1.19.x'
5+
GO_VERSION: '1.20.x'
66

77
jobs:
88
build:

cmd/cdi/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tags.cncf.io/container-device-interface/cmd/cdi
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fsnotify/fsnotify v1.5.1

cmd/validate/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tags.cncf.io/container-device-interface/cmd/validate
22

3-
go 1.19
3+
go 1.20
44

55
require tags.cncf.io/container-device-interface v0.0.0
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tags.cncf.io/container-device-interface
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/fsnotify/fsnotify v1.5.1

0 commit comments

Comments
 (0)