Skip to content

Commit

Permalink
Chore: update ubuntu image version
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Oct 31, 2021
1 parent 5f861b9 commit f1dc4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:

- name: Set up Go 1.13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
steps:

- name: Set up Go 1.13
Expand Down

0 comments on commit f1dc4c4

Please sign in to comment.