Skip to content

chore: Bump github.com/aws/aws-sdk-go from 1.44.298 to 1.44.306 #1057

chore: Bump github.com/aws/aws-sdk-go from 1.44.298 to 1.44.306

chore: Bump github.com/aws/aws-sdk-go from 1.44.298 to 1.44.306 #1057

Workflow file for this run

on: pull_request
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run tests
run: make test-ci
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.1.3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
reporter: github-pr-review
- name: terraform fmt
run: terraform fmt -check -diff -recursive testdata