Skip to content

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in the go_modules group #54

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in the go_modules group

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 in the go_modules group #54

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Compile code
run: make