Skip to content

Commit

Permalink
Fix v2 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Feb 5, 2025
1 parent e4f68e5 commit 6e28829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Download dependencies
run: go mod download
unit-test:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Setup dependencies
env:
GO111MODULE: off
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Run tests
run: make e2e-test-nats
e2e-test-grpc:
Expand All @@ -67,6 +67,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Run tests
run: make e2e-test-grpc

0 comments on commit 6e28829

Please sign in to comment.