Skip to content

Commit

Permalink
Bump go version
Browse files Browse the repository at this point in the history
Took 42 seconds
  • Loading branch information
tdabasinskas committed Jan 5, 2024
1 parent 10fc17b commit 094d7c0
Show file tree
Hide file tree
Showing 5 changed files with 27 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.20
go 1.21

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

Expand Down
12 changes: 12 additions & 0 deletions examples/entities/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.20
go 1.21

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

Expand Down
12 changes: 12 additions & 0 deletions examples/locations/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

go 1.20
go 1.21

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

0 comments on commit 094d7c0

Please sign in to comment.