Skip to content

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5 #39

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5

Bump github.com/aws/aws-sdk-go from 1.55.3 to 1.55.5 #39

Workflow file for this run

---
name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-$${{ github.pull_request.number || github.run_id }}"
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true
- run: mkdir -p cmd/eee-safe/threema-backups
- run: go test -v -coverprofile="coverage.out" ./...
- run: go tool cover -func="coverage.out"
- uses: vladopajic/go-test-coverage@v2
with:
config: ./.github/testcoverage.yml