Skip to content

Commit 3d97f49

Browse files
chore(deps): update dependency golang to v1.23.8 (#267)
Signed-off-by: renovate[bot] <bot@renovateapp.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b71ed71 commit 3d97f49

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.23.6'
25+
go-version: '1.23.8'
2626

2727
- name: Install govulncheck
2828
run: go install golang.org/x/vuln/cmd/govulncheck@latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.23.6'
25+
go-version: '1.23.8'
2626
env:
2727
GOPATH: ${{ env.HOME }}
2828

.github/workflows/scan-cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2626
with:
2727
# renovate: datasource=golang-version depName=golang
28-
go-version: '1.23.6'
28+
go-version: '1.23.8'
2929

3030
- name: Install govulncheck
3131
run: go install golang.org/x/vuln/cmd/govulncheck@latest

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.23.6'
25+
go-version: '1.23.8'
2626

2727
- name: Install Deps
2828
run: |
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
5151
with:
5252
# renovate: datasource=golang-version depName=golang
53-
go-version: '1.23.6'
53+
go-version: '1.23.8'
5454

5555
- name: Build
5656
run: make build-via-docker COVERAGE_FLAG='-cover'
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
8686
with:
8787
# renovate: datasource=golang-version depName=golang
88-
go-version: '1.23.6'
88+
go-version: '1.23.8'
8989

9090
- name: Install Deps
9191
run: |

0 commit comments

Comments
 (0)