Skip to content

Commit

Permalink
Merge pull request #1170 from k1LoW/update-go-1.23
Browse files Browse the repository at this point in the history
chore: chore(dependabot): update Go version and remove ignored dependencies
  • Loading branch information
k1LoW authored Feb 11, 2025
2 parents 1cbf84a + d35980d commit 7d422bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ updates:
prefix: "chore"
include: "scope"
ignore:
- dependency-name: "github.com/pb33f/libopenapi"
versions: ["0.17.x"]
- dependency-name: "github.com/pb33f/libopenapi-validator"
versions: ["0.2.x"]
- dependency-name: "github.com/chromedp/chromedp"
versions: ["0.11.x"]
- dependency-name: "github.com/goccy/go-json"
versions: ["0.10.4"] # ref: https://github.com/goccy/go-json/issues/529
open-pull-requests-limit: 10
Expand Down
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/k1LoW/runn

go 1.22.12
go 1.23.6

require (
github.com/Songmu/axslogparser v1.4.0
Expand Down

0 comments on commit 7d422bb

Please sign in to comment.