Skip to content

Commit 588a71f

Browse files
committed
remove golang 1.18 due to atomic.Int64
1 parent 10e98b1 commit 588a71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
28+
go-version: [ "1.19", "1.20", "1.21" ]
2929

3030
steps:
3131
- name: Set up ${{ matrix.go-version }}

0 commit comments

Comments
 (0)