Skip to content

Commit

Permalink
set go version to 1.22.0 in go.mod (#1351)
Browse files Browse the repository at this point in the history
Signed-off-by: Amulyam24 <[email protected]>
  • Loading branch information
Amulyam24 committed Apr 16, 2024
1 parent 8b5c576 commit 28c8514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module oras.land/oras

go 1.22
go 1.22.0

require (
github.com/Masterminds/sprig/v3 v3.2.3
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module oras.land/oras/test/e2e

go 1.22
go 1.22.0

require (
github.com/onsi/ginkgo/v2 v2.17.1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22
go 1.22.0

use (
.
Expand Down

0 comments on commit 28c8514

Please sign in to comment.