Skip to content

Commit c5bde4c

Browse files
fix(deps): update dependency golang to v1.23.5 (#175)
Co-authored-by: renovate-for-tknetworks[bot] <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com>
1 parent 6c30519 commit c5bde4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# renovate: datasource=golang-version depName=golang
11-
GO_VERSION: '1.23.4'
11+
GO_VERSION: '1.23.5'
1212

1313
jobs:
1414

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
# renovate: datasource=golang-version depName=golang
10-
GO_VERSION: '1.23.4'
10+
GO_VERSION: '1.23.5'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)