Skip to content

build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.6.28 to 0.6.29 in the all-go-mod-patch-and-minor group #1839

build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.6.28 to 0.6.29 in the all-go-mod-patch-and-minor group

build(deps): bump sigs.k8s.io/aws-iam-authenticator from 0.6.28 to 0.6.29 in the all-go-mod-patch-and-minor group #1839

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.22'
- run: go version
- run: go install github.com/mattn/goveralls@latest
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- run: make build.docker
- run: make test
env:
GOEXPERIMENT: nocoverageredesign
- run: make lint
- run: goveralls -coverprofile=profile.cov -service=github
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}