Skip to content

Commit deac5c4

Browse files
authored
Bump Go version (#21)
Bump Go to 1.21.
2 parents 46c23b7 + afd9976 commit deac5c4

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Lint
3737
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
3838
with:
39-
version: v1.53
39+
version: v1.55
4040

4141
unit-test:
4242
name: Unit Test

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

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

examples/entities/go.sum

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

examples/locations/go.sum

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

0 commit comments

Comments
 (0)