Skip to content

Commit dce4d26

Browse files
committed
go.mod,.github: bump go version to 1.19
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 93f75c9 commit dce4d26

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.17.x'
5+
GO_VERSION: '1.19.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 github.com/container-orchestrated-devices/container-device-interface
22

3-
go 1.17
3+
go 1.19
44

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

0 commit comments

Comments
 (0)