Skip to content

Commit 4cd86c6

Browse files
Self-hosted Renovate Botrenovate-for-tknetworks[bot]
Self-hosted Renovate Bot
authored andcommittedJan 9, 2024
fix(deps): update dependency golang to v1.21.6
1 parent 6044fac commit 4cd86c6

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
@@ -6,7 +6,7 @@ on:
66

77
env:
88
# renovate: datasource=golang-version depName=golang
9-
GO_VERSION: '1.21.5'
9+
GO_VERSION: '1.21.6'
1010

1111
jobs:
1212

‎.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.21.5'
10+
GO_VERSION: '1.21.6'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)
Please sign in to comment.