Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.0 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent e913408 commit 51ff56d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=golang-version depName=go versioning=semver
go-version: "1.22.6"
go-version: "1.23.0"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=golang-version depName=go versioning=semver
go-version: "1.22.6"
go-version: "1.23.0"

- name: Verify dependencies
run: go mod verify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-badge-for-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=golang-version depName=go versioning=semver
go-version: "1.22.6"
go-version: "1.23.0"

- name: Run Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-security-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-go@v5
with:
# renovate: datasource=golang-version depName=go versioning=semver
go-version: "1.22.6"
go-version: "1.23.0"
if: steps.scan_latest_release.outcome == 'failure'

- name: Verify dependencies
Expand Down

0 comments on commit 51ff56d

Please sign in to comment.