Skip to content

Commit

Permalink
chor: consistent Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 29, 2024
1 parent fc01fc5 commit 4ad4b03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
steps:
Expand Down

0 comments on commit 4ad4b03

Please sign in to comment.