Skip to content

Commit fe2b338

Browse files
committed
test: update ubuntu-18.04 to ubuntu-latest in GitHub workflows
1 parent 25b7fe3 commit fe2b338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
go_lint:
77
name: Go Lint
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@master

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)