Skip to content

Commit

Permalink
🤖 Update golang/go to 1.23.6 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 authored Feb 4, 2025
2 parents 35e1faa + 7bc08cd commit 1b76be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: '1.23.5'
go-version: '1.23.6'

# Setup Hugo. Remember to keep the version up to date with your local build environment
- name: Setup Hugo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: '1.23.5'
go-version: '1.23.6'

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

0 comments on commit 1b76be2

Please sign in to comment.