From cf4a8f0fa29b6eda5f7d1c2ed44b4061f65826fa Mon Sep 17 00:00:00 2001 From: Sergey Gaynetdinov Date: Tue, 4 Jan 2022 02:48:58 +0500 Subject: [PATCH] Replace 'ubuntu-16.04' -> 'ubuntu-latest' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 353bfcff6..e00a2d4c2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Matrix Testing: ```yaml jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest strategy: matrix: go: [ '1.14', '1.13' ]