Skip to content

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules group across 1 directory #32

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules group across 1 directory #32

Workflow file for this run

name: Builds
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: false