2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-06-19 07:48:19 +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: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
go-version: [1.24.x, 1.25.x] go-version: [1.25.x, 1.26.x]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
services: services:
redis: redis:
@@ -45,7 +45,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
go-version: [1.24.x, 1.25.x] go-version: [1.25.x, 1.26.x]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
services: services:
redis: redis: