Skip to content

Commit 14fa243

Browse files
chore(deps): update dependency go to v1.21.4 (#825)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffc29a3 commit 14fa243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1414
with:
15-
go-version: 1.21.3
15+
go-version: 1.21.4
1616

1717
- name: Install go tooling
1818
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2323
with:
24-
go-version: 1.21.3
24+
go-version: 1.21.4
2525

2626
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
2727
with:

.github/workflows/test-and-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2121
with:
2222
# renovate: go-version
23-
go-version: 1.21.3
23+
go-version: 1.21.4
2424

2525
- name: Run go tests
2626
run: |

0 commit comments

Comments
 (0)