Skip to content

Commit

Permalink
Bump Go (#31)
Browse files Browse the repository at this point in the history
Bump Go to 1.22
  • Loading branch information
tdabasinskas committed Mar 13, 2024
2 parents 96079b4 + a1e81c5 commit c75e3bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/entities/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module exampleentities

go 1.21
go 1.22

replace github.com/tdabasinskas/go-backstage/v2 => ../..

Expand Down
2 changes: 1 addition & 1 deletion examples/locations/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module examplelocations

go 1.21
go 1.22

replace github.com/tdabasinskas/go-backstage/v2 => ../..

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/tdabasinskas/go-backstage/v2

go 1.21
go 1.22

require (
github.com/h2non/gock v1.2.0
Expand Down

0 comments on commit c75e3bb

Please sign in to comment.