2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-23 14:20:59 +08:00

ci/cd: update go versions matrix

This commit is contained in:
Mohammed Sohail
2026-04-09 12:16:44 +03:00
parent 5dfbf92903
commit 646f9b7f8c

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.24.x, 1.25.x]
go-version: [1.25.x, 1.26.x]
runs-on: ${{ matrix.os }}
services:
redis:
@@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.24.x, 1.25.x]
go-version: [1.25.x, 1.26.x]
runs-on: ${{ matrix.os }}
services:
redis: