Skip to content

Commit

Permalink
workflows: go1.21 -> go1.22 (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanChou authored May 16, 2024
1 parent 430c208 commit 0eac505
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/protocol-container-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Build images
run: DOCKER_BUILDKIT=1 make test-container-build
- name: Run container tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol-exchange-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
-
name: Display go version
run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/protocol-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Run golangci-lint
run: make lint
12 changes: 6 additions & 6 deletions .github/workflows/protocol-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- run: make build
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- name: Install runsim
Expand All @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- uses: actions/[email protected]
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- uses: actions/[email protected]
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- uses: actions/[email protected]
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: Display go version
run: go version
- uses: actions/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/protocol-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
-
name: Ensure `go.mod` is up to date
run: go mod tidy && git diff --exit-code
Expand All @@ -52,7 +52,7 @@ jobs:
name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
-
name: Ensure `go.mod` is up to date
run: go mod tidy && git diff --exit-code
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- uses: actions/checkout@v3
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: start localnet
run: |
DOCKER_BUILDKIT=1 make localnet-startd
Expand Down

0 comments on commit 0eac505

Please sign in to comment.