Skip to content

Commit

Permalink
tests: stop testing with Go 1.14
Browse files Browse the repository at this point in the history
Go 1.14.x is no longer supported upstream and doesn't have some newer
functionality like testing.T.TempDir.

Core klog may still work with Go < 1.15, it just doesn't get tested anymore.
  • Loading branch information
pohly committed Mar 15, 2022
1 parent 6631b8c commit 21beb51
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 21beb51

Please sign in to comment.