2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00

Add go1.18 to build workflow matrix

This commit is contained in:
Ken Hibino 2022-03-22 06:32:15 -07:00
parent 04d7c8c38c
commit f94a65dc9f

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x] go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
services: services:
redis: redis: