Skip to content

chore(deps): update module google.golang.org/grpc to v1.79.3 [security] #85

chore(deps): update module google.golang.org/grpc to v1.79.3 [security]

chore(deps): update module google.golang.org/grpc to v1.79.3 [security] #85

Workflow file for this run

name: build-push
on:
push:
workflow_dispatch:
jobs:
lint-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9
with:
version: latest
- name: Install dependencies
run: go get .
- run: go build
- name: unit test
run: go test -race -v ./...
- name: coverage
run: go test -v -coverprofile=coverage.out -covermode=atomic ./...
- name: upload coverage to codecov
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
with:
files: ./coverage.out
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run:
needs: [lint-test]
uses: libops/.github/.github/workflows/build-push-ghcr.yaml@main

Check failure on line 43 in .github/workflows/lint-test-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-test-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lint-test-build.yml" -> "libops/.github/.github/workflows/build-push-ghcr.yaml@main" (source branch with sha:d7f0ba06b4c8a1f8559892ea65a0b1af4d024dd3) : (Line: 1, Col: 1): Unexpected value 'build-push.yaml'
permissions:
contents: read
packages: write
secrets: inherit