Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 #269

Bump golang.org/x/crypto from 0.24.0 to 0.25.0

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 #269

Workflow file for this run

---
name: Build
on: pull_request
jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image
uses: docker/build-push-action@v2
with:
context: .
file: ./Dockerfile