Skip to content

Commit 1b042f7

Browse files
chore(deps): update dependency go to v1.18.2 (#141)
Co-authored-by: Renovate Bot <[email protected]>
1 parent cc7d2eb commit 1b042f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v3
1616
with:
1717
# renovate: go-version
18-
go-version: 1.18.1
18+
go-version: 1.18.2
1919

2020
- name: go test
2121
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-go@v3
1616
with:
1717
# renovate: go-version
18-
go-version: 1.18.1
18+
go-version: 1.18.2
1919

2020
- name: Install go tooling
2121
run: |

0 commit comments

Comments
 (0)