Skip to content

Commit

Permalink
Merge branch 'main' into fix/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Oct 30, 2023
2 parents 17dff02 + 75b821a commit 4ee69f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand All @@ -30,7 +30,7 @@ jobs:
version: latest

unit-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 4ee69f8

Please sign in to comment.