1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-22 07:08:04 +00:00

Bump required Go version to 1.20

This commit is contained in:
2023-12-22 14:15:46 +01:00
parent 2040a356fd
commit 7f2adb2df2
5 changed files with 9 additions and 7 deletions

View File

@ -21,8 +21,8 @@ jobs:
- macos-13
- ubuntu-20.04
- ubuntu-22.04
go-version: [1.18]
node-version: [16]
go-version: [ 1.21 ]
node-version: [ 16 ]
runs-on: ${{ matrix.platform }}