Skip to content

Commit 276d519

Browse files
chore(deps): update dependency go to v1.18.4 (#219)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e47c981 commit 276d519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-go@v3
2222
with:
2323
# renovate: go-version
24-
go-version: 1.18.3
24+
go-version: 1.18.4
2525

2626
- name: go test
2727
run: |
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/setup-go@v3
4747
with:
4848
# renovate: go-version
49-
go-version: 1.18.3
49+
go-version: 1.18.4
5050

5151
- uses: docker/login-action@v2
5252
with:

.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.3
18+
go-version: 1.18.4
1919

2020
- name: Install go tooling
2121
run: |

0 commit comments

Comments
 (0)