10000 Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180) · actions/setup-go@44e2214 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44e2214

Browse files
authored
Replace 'ubuntu-16.04' -> 'ubuntu-latest' (#180)
1 parent 424fc82 commit 44e2214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Matrix Testing:
6060
```yaml
6161
jobs:
6262
build:
63-
runs-on: ubuntu-16.04
63+
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
6666
go: [ '1.14', '1.13' ]

0 commit comments

Comments
 (0)
0