Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.18.0 #147

Bump golang.org/x/crypto from 0.14.0 to 0.18.0

Bump golang.org/x/crypto from 0.14.0 to 0.18.0 #147

name: action-ci
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
# fetch all tags
fetch-depth: 0
- name: build docker image
run: docker build ./actions/release