Skip to content

Commit b7da82d

Browse files
committed
renovate: update Go version in action.yaml
Follow up for #2871 Signed-off-by: Tobias Klauser <tobias@cilium.io>
1 parent 62396e1 commit b7da82d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/renovate.json5

+2-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@
190190
"regexManagers": [
191191
{
192192
"fileMatch": [
193-
"^\\.github/workflows/[^/]+\\.yaml$"
193+
"^\\.github/workflows/[^/]+\\.yaml$",
194+
"^action.yaml$"
194195
],
195196
// This regex manages version strings in GitHub actions workflow files,
196197
// similar to the examples shown here:

action.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ runs:
5858
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
5959
if: ${{ steps.build-cli.outputs.path != '' }}
6060
with:
61-
go-version: '1.23.3'
61+
# renovate: datasource=golang-version depName=go
62+
go-version: 1.23.3
6263
cache: true
6364
cache-dependency-path: '${{ steps.build-cli.outputs.go-sum-path }}'
6465

0 commit comments

Comments
 (0)