Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Oct 27, 2023
1 parent be66249 commit 0761e23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
timeout-minutes: 5
strategy:
fail-fast: true
matrix:
go: stable

steps:
- name: Check out code
Expand All @@ -27,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
go-version: stable
check-latest: true

- name: Go Format
Expand Down

0 comments on commit 0761e23

Please sign in to comment.