Skip to content

Commit

Permalink
bump to go 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiena committed Apr 13, 2024
1 parent 6f5e787 commit ca86dde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-and-build-linux:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [ubuntu-20.04]
qtversion: [5.15.6]
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
test-and-build-macos-x86_64:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [macos-12]
runs-on: ${{ matrix.platform }}
env:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
test-and-build-macos-arm64:
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [macos-14]
qtversion: [5.15.12]
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -320,7 +320,7 @@ jobs:
test-windows-mingw:
strategy:
matrix:
go-version: [1.21.0]
go-version: [1.22.2]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
build-windows-mingw:
strategy:
matrix:
go-version: [1.21.0]
go-version: [1.22.2]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [check-new-commit]
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [ubuntu-20.04]
qtversion: [5.15.6]
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs: [check-new-commit]
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [macos-12]
runs-on: ${{ matrix.platform }}
env:
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
needs: [check-new-commit]
strategy:
matrix:
go-version: [1.21.x]
go-version: [1.22.x]
platform: [macos-14]
runs-on: ${{ matrix.platform }}
env:
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
needs: [check-new-commit]
strategy:
matrix:
go-version: [1.21.0]
go-version: [1.22.2]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down

0 comments on commit ca86dde

Please sign in to comment.