Skip to content

Commit

Permalink
ci: action error
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSmokeGun committed Aug 7, 2024
1 parent 65145dd commit 2923f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file : 'go.mod'

- name: Setup Go Task
run: go install github.com/go-task/task/v3/cmd/task@latest

- name: Setup Protoc
uses: arduino/setup-protoc@v1
uses: arduino/setup-protoc@v3

- name: Run Unit Test
run: |
Expand Down

0 comments on commit 2923f58

Please sign in to comment.