Skip to content

Commit

Permalink
[.github][go.mod] update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Jun 8, 2024
1 parent f69c05d commit 3c36e96
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ 1.18, 1.22 ]
go: [ 1.20, 1.22 ]
os: [ ubuntu-22.04, macos-13, macos-14 ]
steps:
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.18]
go: [1.22]
python-version: ['3.10']
os: [ubuntu-22.04]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22
- uses: actions/checkout@v3
- name: Check pretty
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10']
go-version: [1.18]
go-version: [1.22]
suite: ["network-forming", "commissioning", "connectivity", "network-latency", "multicast-performance", "otns-performance", "network-limits"]
runs-on: ubuntu-22.04
timeout-minutes: 120
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22
- uses: actions/checkout@v3
- name: Test
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand All @@ -105,7 +105,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.22
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

module github.com/openthread/ot-ns

go 1.18
go 1.22

require (
github.com/alecthomas/participle v0.5.0
Expand Down

0 comments on commit 3c36e96

Please sign in to comment.