Skip to content

Commit

Permalink
Fix checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Apr 10, 2023
1 parent c562b50 commit b9673ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false

- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Get dependencies
run: |
Expand Down

0 comments on commit b9673ff

Please sign in to comment.