Skip to content

Commit

Permalink
remove golang 1.18 due to atomic.Int64
Browse files Browse the repository at this point in the history
  • Loading branch information
lzakharov committed Nov 17, 2023
1 parent 10e98b1 commit 588a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
go-version: [ "1.19", "1.20", "1.21" ]

steps:
- name: Set up ${{ matrix.go-version }}
Expand Down

0 comments on commit 588a71f

Please sign in to comment.