Skip to content

Commit

Permalink
ci: Move go setup to befre checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Jan 27, 2024
1 parent 220b4f6 commit 87d837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
go-version: [ '1.21.6' ]

steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: Install dependencies
run: go get .
- name: Test with Go
Expand Down

0 comments on commit 87d837c

Please sign in to comment.