Skip to content

Commit

Permalink
go.mod, .github: bump go version to 1.21.
Browse files Browse the repository at this point in the history
Bump go version to 1.21 to get stock errors.Join(). 1.19 has been
already EOL'd.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Mar 1, 2024
1 parent 39da0f9 commit d6bfc31
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.19.x'
GO_VERSION: '1.21.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 tags.cncf.io/container-device-interface

go 1.19
go 1.21

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

0 comments on commit d6bfc31

Please sign in to comment.