Skip to content

Commit

Permalink
Merge pull request #22 from kanmu/update_ci_go_version
Browse files Browse the repository at this point in the history
Update CI go version
  • Loading branch information
winebarrel committed Jan 22, 2024
2 parents 5eb41aa + 4f123ca commit 5cfa069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
# - macOS-latest
# - windows-latest
go:
- "1.21"
- "1.20"
- "1.19"
- "1.18"
- "1.17"
- "1.16"
services:
postgres:
image: postgres:12
Expand Down

0 comments on commit 5cfa069

Please sign in to comment.