Skip to content

Commit

Permalink
chore: update remaining tests to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimahmedx committed Sep 7, 2023
1 parent 2e26fb0 commit 27cb063
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os: [ubuntu-20.04, macos-latest]
arch: [amd64, arm64, arm]
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-go-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-proto-generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-evm-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19
- 1.21
os:
- ubuntu-20.04
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 27cb063

Please sign in to comment.