Skip to content

Commit 026898c

Browse files
chore(deps): update dependency go to v1.20.2 (#586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0dbc69 commit 026898c

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/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1313
with:
14-
go-version: 1.19.5
14+
go-version: 1.20.2
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/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2323
with:
24-
go-version: 1.19.5
24+
go-version: 1.20.2
2525

2626
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
2727
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1919
with:
2020
# renovate: go-version
21-
go-version: 1.19.5
21+
go-version: 1.20.2
2222

2323
- name: Run go tests
2424
run: |

0 commit comments

Comments
 (0)