Skip to content

Commit ccd8092

Browse files
fix(deps): update dependency golang to v1.23.4 (#166)
Co-authored-by: renovate-for-tknetworks[bot] <141540558+renovate-for-tknetworks[bot]@users.noreply.github.com>
1 parent 52f3ab9 commit ccd8092

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.3'
11+
GO_VERSION: '1.23.4'
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.3'
10+
GO_VERSION: '1.23.4'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)