From 44e221478fc6847752e5c574fc7a7b3247b00fbf Mon Sep 17 00:00:00 2001 From: Sergey Gaynetdinov Date: Wed, 12 Jan 2022 11:40:09 +0500 Subject: [PATCH] Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180) --- 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' ]