Skip to content

Commit

Permalink
perf: use actions setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
x86taka committed Nov 12, 2024
1 parent 0b61f00 commit c956203
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
cache-dependency-path: |
go.sum
- uses: jdx/mise-action@v2
- name: go mod tidy
run: go mod tidy
Expand Down

0 comments on commit c956203

Please sign in to comment.