Skip to content

Commit

Permalink
Merge pull request #242 from thaJeztah/bump_go
Browse files Browse the repository at this point in the history
gha: run CI on go1.22
  • Loading branch information
AkihiroSuda authored Oct 26, 2024
2 parents 898d7ed + f0f6869 commit e372ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
GO_VERSION: 1.20.x
GO_VERSION: 1.22.x

jobs:

Expand Down
2 changes: 1 addition & 1 deletion cmd/continuity/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/containerd/continuity/cmd/continuity

go 1.17
go 1.19

require (
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05
Expand Down

0 comments on commit e372ae5

Please sign in to comment.