Skip to content

Commit

Permalink
Merge pull request #401 from testcontainers/gh-action-go-versions
Browse files Browse the repository at this point in the history
chore(ci): run tests for more recent Go versions
  • Loading branch information
gianarb committed Apr 4, 2022
2 parents 3222ff3 + d74b3a3 commit 7504bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.x]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 7504bdf

Please sign in to comment.