Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.41 #622

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.41

Bump github.com/aws/aws-sdk-go-v2/config from 1.27.33 to 1.27.41 #622

Workflow file for this run

name: push-tests
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version-file: ./go.mod
- name: Build
env:
CGO_ENABLED: 0
GOOS: linux
run: go build --tags static_all -o ./bin/collect ./cmd/collect
- name: Test
run: go test -v ./...