Skip to content

Commit 65be125

Browse files
renovate[bot]morremeyer
authored andcommitted
chore(deps): update dependency go to v1.19.5
1 parent c50dfd6 commit 65be125

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/[email protected]
1313
with:
14-
go-version: 1.19.4
14+
go-version: 1.19.5
1515

1616
- name: Install go tooling
1717
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/[email protected]
2323
with:
24-
go-version: 1.19.4
24+
go-version: 1.19.5
2525

2626
- uses: docker/[email protected]
2727
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818
with:
1919
# renovate: go-version
20-
go-version: 1.18.4
20+
go-version: 1.19.5
2121

2222
- name: Run go tests
2323
run: |

0 commit comments

Comments
 (0)