Skip to content

Commit

Permalink
golang 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Jun 10, 2024
1 parent 67eb4e2 commit faf227a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bmr-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/calories-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/database-store-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/imc-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proteins-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/recommendations-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/water-grpc-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.22.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- uses: actions/checkout@v1

Expand Down

0 comments on commit faf227a

Please sign in to comment.