Skip to content

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.23.0 #537

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.23.0

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.23.0 #537

Workflow file for this run

name: pull request
on:
pull_request:
paths:
- '.github/workflows/**'
- 'Makefile'
- 'go.mod'
- 'go.sum'
- 'cmd/**'
- 'pkg/**'
- '!docs/**'
- '!crds/**'
jobs:
build-deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '1.21.3'
- name: Test
run: make test
- name: Build docker images
run: make build