mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-20 18:41:34 +00:00
Bump sdk (#733)
* Bump sdk --------- Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
7
.github/workflows/unit-tests.yml
vendored
7
.github/workflows/unit-tests.yml
vendored
@@ -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
|
||||
|
2
.github/workflows/webui.yaml
vendored
2
.github/workflows/webui.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user