Skip to content

Commit d6bfc31

Browse files
committed
go.mod, .github: bump go version to 1.21.
Bump go version to 1.21 to get stock errors.Join(). 1.19 has been already EOL'd. Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
1 parent 39da0f9 commit d6bfc31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21.x'
66

77
jobs:
88
build:

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.21
44

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

0 commit comments

Comments
 (0)