Skip to content

Commit 239e2ce

Browse files
authored
chore: update go to 1.21.6
1 parent c918cba commit 239e2ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21.3'
17+
go-version: '1.21.6'
1818
id: go
1919

2020
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '1.21.3'
18+
go-version: '1.21.6'
1919

2020
- name: Fetch vendor
2121
run: make vendor

0 commit comments

Comments
 (0)