Skip to content

Commit

Permalink
Bump Go version (#21)
Browse files Browse the repository at this point in the history
Bump Go to 1.21.
  • Loading branch information
tdabasinskas authored Jan 5, 2024
2 parents 46c23b7 + afd9976 commit deac5c4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
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

0 comments on commit deac5c4

Please sign in to comment.