Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.31.0 #625

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

Bump golang.org/x/crypto from 0.24.0 to 0.31.0 #625

Workflow file for this run

---
on:
pull_request: {}
push:
branches:
- "main"
tags:
- "v*"
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
check-latest: true
- run: "go build ./..."
lint:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- uses: "golangci/golangci-lint-action@v6.1.1"
with:
skip-pkg-cache: true