Skip to content

Commit c75e3bb

Browse files
authored
Bump Go (#31)
Bump Go to 1.22
2 parents 96079b4 + a1e81c5 commit c75e3bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/entities/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module exampleentities
22

3-
go 1.21
3+
go 1.22
44

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

examples/locations/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module examplelocations
22

3-
go 1.21
3+
go 1.22
44

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tdabasinskas/go-backstage/v2
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/h2non/gock v1.2.0

0 commit comments

Comments
 (0)