Skip to content

fix/ST-527 fix download retry when slice is already in tmp file #537

fix/ST-527 fix download retry when slice is already in tmp file

fix/ST-527 fix download retry when slice is already in tmp file #537

Workflow file for this run

name: Go
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
branches: [main, release, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Unit tests
run: go test ./...
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.1
args: --timeout=5m