Skip to content

Commit

Permalink
renovate: update Go version in action.yaml
Browse files Browse the repository at this point in the history
Follow up for #2871

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Nov 29, 2024
1 parent 62396e1 commit b7da82d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@
"regexManagers": [
{
"fileMatch": [
"^\\.github/workflows/[^/]+\\.yaml$"
"^\\.github/workflows/[^/]+\\.yaml$",
"^action.yaml$"
],
// This regex manages version strings in GitHub actions workflow files,
// similar to the examples shown here:
Expand Down
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ runs:
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
if: ${{ steps.build-cli.outputs.path != '' }}
with:
go-version: '1.23.3'
# renovate: datasource=golang-version depName=go
go-version: 1.23.3
cache: true
cache-dependency-path: '${{ steps.build-cli.outputs.go-sum-path }}'

Expand Down

0 comments on commit b7da82d

Please sign in to comment.