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

Commit 42f5bdb

Browse files
authored
Update Go to v1.21.1 (#78)
1 parent fdcdb77 commit 42f5bdb

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go 1.21
5959
uses: actions/setup-go@v4
6060
with:
61-
go-version: 1.21.0
61+
go-version: 1.21.1
6262

6363
- name: Disable default go problem matcher
6464
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.21
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.21.0
24+
go-version: 1.21.1
2525

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

0 commit comments

Comments
 (0)