Skip to content

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #8

Bump golang.org/x/crypto from 0.12.0 to 0.13.0

Bump golang.org/x/crypto from 0.12.0 to 0.13.0 #8

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Test Docker
run: chmod +x ./scripts/build-docker.sh && ./scripts/build-docker.sh