Skip to content

Update github.com/sapcc/swift-http-import digest to a99207d #74

Update github.com/sapcc/swift-http-import digest to a99207d

Update github.com/sapcc/swift-http-import digest to a99207d #74

Workflow file for this run

name: Golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Checkout
uses: actions/checkout@v4
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: 'v1.54'