Skip to content

Commit

Permalink
ci: bump go-version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
steffakasid committed Nov 23, 2024
1 parent 05331b1 commit 08a54fe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.23
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,13 @@
"automerge": true,
"groupName": "Dependencies (major)"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^.*go$"],
"matchStrings": ["\\s(?<depName>go)-version: (?<currentValue>.*?)\n/gm"],
"datasourceTemplate": "go"
}
]
}

0 comments on commit 08a54fe

Please sign in to comment.