Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HungYann authored Nov 20, 2022
1 parent 1548c85 commit 5076287
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
with:
go-version: 1.18

- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest

- name: Build
run: go build -v cmd/aries/main.go

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29.0

- name: Test
run: go test -v ./...

Expand Down

0 comments on commit 5076287

Please sign in to comment.