Skip to content

Commit

Permalink
Bump testing to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Aug 19, 2024
1 parent a0fd8b2 commit 03e19f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5

- name: Build go from tip
uses: iwdgo/gotip-build@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
id: go

- name: Build go from tip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
id: go

- name: Build go from tip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x
id: go

- name: Build go from tip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasip1_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5

- name: Build go from tip
uses: iwdgo/gotip-build@master
Expand Down

0 comments on commit 03e19f3

Please sign in to comment.