Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Go version #21

Merged
merged 4 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.53
version: v1.55

unit-test:
name: Unit Test
Expand Down
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/v2 => ../..

Expand Down
8 changes: 7 additions & 1 deletion 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/v2 => ../..

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/v2

go 1.20
go 1.21

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