Skip to content

Commit

Permalink
Merge pull request #38 from austinvazquez/update-github-actions-workflow
Browse files Browse the repository at this point in the history
Update GitHub actions CI workflow
  • Loading branch information
AkihiroSuda authored Nov 8, 2022
2 parents c72d87f + 5d1f727 commit 78e9fa3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

build:
name: Btrfs CI
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.19.x
id: go
Expand All @@ -27,7 +27,7 @@ jobs:
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: src/github.com/containerd/btrfs
fetch-depth: 25
Expand All @@ -40,4 +40,5 @@ jobs:
- name: Build
working-directory: src/github.com/containerd/btrfs
run: |
sudo apt-get update && sudo apt-get install -y libbtrfs-dev
make vet binaries

0 comments on commit 78e9fa3

Please # to comment.