Skip to content

fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 #37

fix(deps): update module github.com/golangci/golangci-lint to v1.63.4

fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 #37

Workflow file for this run

name: tests
on:
pull_request:
branches: [ "*" ]
push:
branches:
- "main"
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: |
go install github.com/linuxkit/linuxkit/src/cmd/linuxkit@latest
- run: |
make test
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
e2e:
runs-on: ubuntu-latest
needs:
- unit
concurrency:
group: ${{ github.workflow }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: |
make \
cluster \
docker-build docker-push \
deploy
- run: |
make \
test-e2e