Skip to content

Commit a8be3f8

Browse files
committed
fix GitHub workflow
1 parent 37998ab commit a8be3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
go: ['1.20', '1.23', '1.24']
17+
go: ['1.22', '1.23', '1.24']
1818
fail-fast: false
1919
env:
2020
OS: ${{ matrix.os }}

0 commit comments

Comments
 (0)