Skip to content

Commit f0f6869

Browse files
committed
gha: run CI on go1.22
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9a47d26 commit f0f6869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
env:
10-
GO_VERSION: 1.20.x
10+
GO_VERSION: 1.22.x
1111

1212
jobs:
1313

cmd/continuity/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containerd/continuity/cmd/continuity
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05

0 commit comments

Comments
 (0)