Skip to content

Commit

Permalink
ci: update github actions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Nov 5, 2024
1 parent 1a36666 commit e49972b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
- macos-14
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-golang@v1
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
version-file: go.mod
go-version-file: 'go.mod'
cache-dependency-path: '**/go.sum'
- uses: extractions/setup-just@v2
- name: Run Go Test
run: |
Expand Down

0 comments on commit e49972b

Please sign in to comment.