Skip to content

Commit

Permalink
go.mod,.github: bump go version to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 27, 2023
1 parent 93f75c9 commit dce4d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push, pull_request]
name: Sanity

env:
GO_VERSION: '1.17.x'
GO_VERSION: '1.19.x'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/container-orchestrated-devices/container-device-interface

go 1.17
go 1.19

require (
github.com/fsnotify/fsnotify v1.5.1
Expand Down

0 comments on commit dce4d26

Please sign in to comment.