Update actions

This commit is contained in:
Milan Nikolic 2023-11-07 12:59:35 +01:00
parent a8f73b764b
commit a26d249d55
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.19.x] go-version: [1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -43,7 +43,7 @@ jobs:
test-drm: test-drm:
strategy: strategy:
matrix: matrix:
go-version: [1.19.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -63,7 +63,7 @@ jobs:
test-sdl: test-sdl:
strategy: strategy:
matrix: matrix:
go-version: [1.19.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -83,7 +83,7 @@ jobs:
test-wayland: test-wayland:
strategy: strategy:
matrix: matrix:
go-version: [1.19.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -103,7 +103,7 @@ jobs:
test-examples: test-examples:
strategy: strategy:
matrix: matrix:
go-version: [1.19.x] go-version: [1.21.x]
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: