Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
euskadi31 committed Aug 28, 2023
1 parent 8745f74 commit c974a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: "1.x"
id: go

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

- name: Build
run: go build -race -v ./...

Expand Down

0 comments on commit c974a85

Please sign in to comment.