Skip to content

Commit

Permalink
updating workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-1983 committed Aug 26, 2024
1 parent 982ef64 commit 3f22341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18.2
go-version: 1.20.14
- name: Install GO Modules
run: |
go mod tidy
Expand All @@ -35,7 +35,6 @@ jobs:
ports:
- 3306:3306
otel_basic-collector:
container_name: otel_basic-collector
image: otel/opentelemetry-collector-contrib:latest
ports:
- "4317:4317" #gRPC port
Expand All @@ -49,7 +48,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18.2
go-version: 1.20.14
- name: Install GO Modules
run: |
go mod tidy
Expand Down

0 comments on commit 3f22341

Please sign in to comment.