Skip to content

Commit

Permalink
Merge pull request #533 from andyzhangx/workflow-test-fix
Browse files Browse the repository at this point in the history
test: update ubuntu-18.04 to ubuntu-latest in GitHub workflows
  • Loading branch information
andyzhangx authored Aug 26, 2022
2 parents f443716 + cd47b4c commit 63fbffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
go_lint:
name: Go Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit 63fbffe

Please sign in to comment.