Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit d1bd783

Browse files
authored
Update Go to v1.20.6 (#63)
1 parent 1d326e2 commit d1bd783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Go 1.20
4848
uses: actions/setup-go@v4
4949
with:
50-
go-version: 1.20.5
50+
go-version: 1.20.6
5151

5252
- name: Disable default go problem matcher
5353
run: echo "::remove-matcher owner=go::"

.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 1.20
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.20.5
24+
go-version: 1.20.6
2525

2626
- name: Disable default go problem matcher
2727
run: echo "::remove-matcher owner=go::"

0 commit comments

Comments
 (0)