Skip to content

feat(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 #473

feat(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2

feat(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 #473

Workflow file for this run

name: Test and coverage
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22.6'
cache: false
- run: go generate -tags tools tools/tools.go
- name: go get
run: go get ./...
- name: Run coverage
run: make test
env:
# https://github.com/testcontainers/testcontainers-go/issues/1782
TESTCONTAINERS_RYUK_DISABLED: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: FalcoSuessgott/vault-kubernetes-kms