Skip to content

Commit

Permalink
Merge pull request #17 from turbine-kreuzberg/renovate/golang-go-1.x
Browse files Browse the repository at this point in the history
Update dependency golang/go to v1.23.3
  • Loading branch information
damoon authored Nov 19, 2024
2 parents 90c0290 + 757fcb4 commit 5b26fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: "1.23.2"
go-version: "1.23.3"

- name: Print Go version
run: go version
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
with:
# renovate: datasource=github-tags depName=golang/go
go-version: "1.23.2"
go-version: "1.23.3"

- name: Set git variables
id: git_vars
Expand Down

0 comments on commit 5b26fe2

Please sign in to comment.