Skip to content

Commit

Permalink
ignore go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jan 11, 2024
1 parent b81d3b9 commit f0e3219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
go-version:
- '1.15'
- '1.16'
#- '1.16' # ignore. //go:build comment without // +build comment
- '1.17'
- '1.18'
- '1.19'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
go-version:
- '1.16'
#- '1.16' # ignore. //go:build comment without // +build comment
- '1.17'
- '1.18'
- '1.19'
Expand Down

0 comments on commit f0e3219

Please sign in to comment.