Skip to content

Commit

Permalink
build: remove 1.16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 committed Mar 15, 2023
1 parent fe63ce8 commit 12a0d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "go test"
strategy:
matrix:
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x, 1.20.x ]
go-version: [ 1.17.x, 1.18.x, 1.19.x, 1.20.x ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 12a0d29

Please sign in to comment.