Skip to content

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

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 #287

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
permissions:
id-token: write
contents: read
name: Build
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # tag=v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Run GoReleaser
run: nix develop --command goreleaser release --snapshot --clean
static_analysis:
runs-on: ubuntu-22.04
name: Run static analysis and linting
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # tag=v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: golangci-lint
run: nix develop --command golangci-lint run