Skip to content

Commit

Permalink
preparing go1.18 support (package specific workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed May 13, 2022
1 parent 6abef98 commit c3f29bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
go-version:
- "1.16.x"
- "1.17.x"
- "1.18.x"

services:
mysql:
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
go-version:
- "1.16.x"
- "1.17.x"
- "1.18.x"

services:
postgres:
Expand Down Expand Up @@ -102,6 +104,7 @@ jobs:
go-version:
- "1.16.x"
- "1.17.x"
- "1.18.x"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -145,6 +148,7 @@ jobs:
go-version:
- "1.16.x"
- "1.17.x"
- "1.18.x"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -185,6 +189,7 @@ jobs:
go-version:
- "1.16.x"
- "1.17.x"
- "1.18.x"
os:
- "macos-latest"
- "windows-latest"
Expand Down

0 comments on commit c3f29bc

Please sign in to comment.