Skip to content

Commit 5ff258e

Browse files
committed
Use a supported GitHub runner in pr-golang.yaml
1 parent caf912f commit 5ff258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request]
33
jobs:
44
build:
55
name: Test
6-
runs-on: ubuntu-16.04
6+
runs-on: ubuntu-20.04
77
steps:
88
- name: Set up Go
99
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)