Skip to content

Commit

Permalink
Fixed order
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Feb 26, 2024
1 parent 8847be4 commit e402c45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
id: go

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

- name: Build
run: go build -v .

0 comments on commit e402c45

Please sign in to comment.