Skip to content

Commit

Permalink
ci: run test job for go version 1.20.x and 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Thant committed Mar 3, 2024
1 parent 606b796 commit 712e72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.20.x"]
go-version: ["1.20.x", "1.x"]
services:
postgres:
image: postgres:latest
Expand Down

0 comments on commit 712e72f

Please sign in to comment.