Skip to content

Commit

Permalink
fix: issues with code climate usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobrotas-prowarehouse committed Oct 17, 2024
1 parent b429e13 commit a57f29e
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 @@ -17,11 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test
Expand Down

0 comments on commit a57f29e

Please sign in to comment.