We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f75c9 commit dce4d26Copy full SHA for dce4d26
.github/workflows/sanity.yml
@@ -2,7 +2,7 @@ on: [push, pull_request]
2
name: Sanity
3
4
env:
5
- GO_VERSION: '1.17.x'
+ GO_VERSION: '1.19.x'
6
7
jobs:
8
build:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/container-orchestrated-devices/container-device-interface
-go 1.17
+go 1.19
require (
github.com/fsnotify/fsnotify v1.5.1
0 commit comments