Skip to content

Commit 142f16d

Browse files
committed
chore: bump Go 1.20
1 parent 9ee75a6 commit 142f16d

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,4 @@ updates:
1010
directory: "/"
1111
registries:
1212
- github-octocat
13-
target-branch: "staging"
14-
schedule:
15-
interval: daily
16-
time: "20:00"
17-
open-pull-requests-limit: 10
18-
ignore:
19-
- dependency-name: "github.com/sendgrid/sendgrid-go"
13+
target-branch: "master"

go.mod

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

3-
go 1.18
3+
go 1.20
44

55
require github.com/stretchr/testify v1.6.1
66

0 commit comments

Comments
 (0)