Skip to content

Added validation for S3 credentials #2803

Added validation for S3 credentials

Added validation for S3 credentials #2803

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
env:
GO_VERSION: "1.20"
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install deps
run: sudo apt-get install liblzo2-dev brotli libsodium-dev
- uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
id: go
- name: golangci-lint
uses: golangci/golangci-lint-action@v5.3.0
with:
skip-pkg-cache: true
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.57