Skip to content

Commit

Permalink
Merge pull request #304 from pohly/go-1.14-testing
Browse files Browse the repository at this point in the history
tests: stop testing with Go 1.14
  • Loading branch information
k8s-ci-robot committed Mar 15, 2022
2 parents ae0c078 + 1e923c6 commit a77ab7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14, 1.15, 1.16, 1.17]
go-version: [1.15, 1.16, 1.17]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit a77ab7d

Please sign in to comment.