Skip to content

Commit 708fb90

Browse files
committed
.github/workflows/go: Go 1.21 or higher
1 parent 2044543 commit 708fb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 15
3434
strategy:
3535
matrix:
36-
go-version: ["1.20", "1.21", "1.22"]
36+
go-version: ["1.21", "1.22"]
3737
steps:
3838
- name: Checkout repo
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)