Skip to content

Bump golang.org/x/crypto from 0.27.0 to 0.31.0 #230

Bump golang.org/x/crypto from 0.27.0 to 0.31.0

Bump golang.org/x/crypto from 0.27.0 to 0.31.0 #230

Workflow file for this run

name: Check Version
on:
push:
branches:
- 'release/**'
- 'feature/**'
- 'fix/**'
- '**'
pull_request:
jobs:
check_version:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check Version
run: make check-is-new-version