* Bump sdk

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-04-02 14:47:05 +02:00
committed by GitHub
parent f0bdaaacce
commit d83f78047f
5 changed files with 8 additions and 27 deletions

View File

@@ -11,9 +11,6 @@ concurrency:
cancel-in-progress: true
jobs:
unit-tests:
strategy:
matrix:
go-version: [ "1.23" ]
runs-on: ubuntu-latest
steps:
- name: Checkout code
@@ -23,7 +20,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v5.4.0
with:
go-version: '${{ matrix.go-version }}'
go-version-file: go.mod
- name: Run tests
run: |
go run github.com/onsi/ginkgo/v2/ginkgo run -p --github-output --covermode=atomic --coverprofile=coverage.out --race -r ./...
@@ -32,4 +29,4 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.out
files: ./coverage.out

View File

@@ -12,7 +12,7 @@ jobs:
webui:
strategy:
matrix:
go-version: [ "1.23-bookworm" ]
go-version: [ "1.24-bookworm" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4