Skip to content

Commit

Permalink
put checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 21, 2024
1 parent 1214c3d commit 132a9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.20.5

- name: Checkout code
uses: actions/checkout@v4

- name: Run GoReleaser
id: releaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 132a9a7

Please sign in to comment.