Skip to content

Commit

Permalink
test linter
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlombacx committed Sep 20, 2023
1 parent c96e18f commit ce553cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go version
uses: actions/setup-go@v2
with:
go-version: '1.21rc4'
go-version: 1.21.0-rc.4
- name: Setup git
run: git config --global url."https://${{ secrets.PERSONAL_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com"
- name: go test with coverage
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go version
uses: actions/setup-go@v2
with:
go-version: '1.21rc4'
go-version: 1.21.0-rc.4
- name: Go Build
run: go build -o ./bin/cx ./cmd
- name: Go Integration test
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Set up Go version
uses: actions/setup-go@v4
with:
go-version: '1.21rc4'
go-version: 1.21.0-rc.4
- name: Setup git
run: git config --global url."https://${{ secrets.PERSONAL_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com"
- name: golangci-lint
Expand Down

0 comments on commit ce553cf

Please sign in to comment.