Skip to content

Commit

Permalink
fix issue in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 1, 2022
1 parent 16ead79 commit 278e128
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Configure go version
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Clean repository
Expand Down Expand Up @@ -64,7 +67,8 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: Configure go version
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Release test
Expand Down

0 comments on commit 278e128

Please sign in to comment.