Run CI on later go versions

This commit is contained in:
Christoph Petrausch
2026-02-15 22:49:48 +01:00
parent a2b4832073
commit 575f5f52cf

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
# Test oldest and newest supported version
go-version: [1.18.x, 1.21.x, 1.22.x, 1.23.x]
go-version: [ 1.21.x, 1.25.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: 1.25.x
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
@@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: 1.25.x
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx