Skip to content

Commit

Permalink
checkout 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
zoido committed Dec 10, 2023
1 parent 8527709 commit 9f0ee73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod

- uses: actions/checkout@v4

- id: go-cache-paths
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod

- uses: actions/checkout@v4

- name: Run golangci-lint
id: golangci-lint
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod

- uses: actions/checkout@v4

- name: Determine Go Cache Paths
id: go-cache-paths
Expand Down

0 comments on commit 9f0ee73

Please sign in to comment.