Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored May 8, 2024
1 parent bba7b85 commit a4bf2f3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
- uses: actions/checkout@v4

- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Cache protobuf build
id: protocache
Expand All @@ -32,9 +32,8 @@ jobs:
- run: make install && go mod tidy && go mod verify
- run: git --no-pager diff --exit-code

- uses: golangci/golangci-lint-action@v4
- uses: golangci/golangci-lint-action@v5
with:
skip-cache: true
args: --verbose

- run: make genall
Expand Down

0 comments on commit a4bf2f3

Please sign in to comment.