Skip to content

Commit

Permalink
refresh build config
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Dec 28, 2023
1 parent 1ca9e33 commit b3fe0fa
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21

Expand All @@ -32,3 +35,7 @@ jobs:

- name: Test
run: make check

- name: Test run
run: ./runparts -V

0 comments on commit b3fe0fa

Please sign in to comment.