mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
Bump CI to use Go v1.25
This commit is contained in:
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@@ -14,27 +14,27 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23.10'
|
||||
go-version: '1.25'
|
||||
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-tools-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-tools
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-tools-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-tools
|
||||
|
||||
- name: Setup tools
|
||||
run: make get_tools
|
||||
- name: Setup tools
|
||||
run: make get_tools
|
||||
|
||||
- name: Run Makefile checks
|
||||
run: make checks
|
||||
- name: Run Makefile checks
|
||||
run: make checks
|
||||
|
||||
tests:
|
||||
name: Run Go ${{ matrix.go }} tests
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: ["1.24", "1.23", "1.22"]
|
||||
go: ["1.25", "1.24", "1.23", "1.22"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user