CI: update go version

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2026-03-12 19:51:34 +01:00
commit 6ad1f69b2c
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF
2 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ['1.25']
go: ['1.26']
os: [ubuntu-latest, macos-latest]
steps:
@ -110,7 +110,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- name: Run test cases using SQLite provider
run: |
@ -269,7 +269,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- name: Build
run: |
@ -333,7 +333,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- name: Build
run: |
@ -554,7 +554,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
- uses: actions/checkout@v6
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9

View file

@ -9,7 +9,7 @@ permissions:
contents: write
env:
GO_VERSION: 1.25.3
GO_VERSION: 1.25.8
jobs:
prepare-sources-with-deps: