Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.19.0 in /server #575

Bump golang.org/x/crypto from 0.15.0 to 0.19.0 in /server

Bump golang.org/x/crypto from 0.15.0 to 0.19.0 in /server #575

Workflow file for this run

name: Go lint
on:
push:
paths:
- server/**
workflow_dispatch:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
submodules: "true"
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
id: go
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
working-directory: server
args: --config=.golangci.yml