Skip to content

Commit

Permalink
remove go 1.20 unit test; it's no longer useful and lacks certain fea…
Browse files Browse the repository at this point in the history
…tures
  • Loading branch information
brewmaster012 committed Oct 29, 2024
1 parent 62ae2bb commit f9becbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go-version: ["1.20", "1.22"]
go-version: ["1.22"]
name: test go ${{ matrix.go-version}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9becbf

Please sign in to comment.