Skip to content

Bump github.com/aws/aws-sdk-go from 1.49.2 to 1.50.29 #373

Bump github.com/aws/aws-sdk-go from 1.49.2 to 1.50.29

Bump github.com/aws/aws-sdk-go from 1.49.2 to 1.50.29 #373

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: true
- name: Run tests
run: go test ./...
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.1
args: -v --timeout=10m