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 Feb 16, 2022
1 parent 90ab618 commit bbb5ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 bbb5ce8

Please sign in to comment.