Skip to content

Commit

Permalink
Merge pull request #29 from chrede88/renovate/golang-go-1.x
Browse files Browse the repository at this point in the history
🤖 Update dependency golang/go to v1.21.4
  • Loading branch information
chrede88 authored Nov 9, 2023
2 parents 88ae5ce + a9416a7 commit 089ca10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildDeployLighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-go@v4
with:
# renovate: datasource=github-tags depName=golang/go
go-version: '1.21.3'
go-version: '1.21.4'

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
# renovate: datasource=github-tags depName=golang/go
go-version: '1.21.3'
go-version: '1.21.4'

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand Down

0 comments on commit 089ca10

Please sign in to comment.