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 Oct 24, 2024
1 parent da223b3 commit 30ca781
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@v6
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 30ca781

Please sign in to comment.