Skip to content

Commit 349112a

Browse files
committed
Update: cicd; ubuntu version.
18.04 is deprecated. actions/runner-images#6002
1 parent aad1024 commit 349112a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: Build & Test
16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set up Go 1.15
1919
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)