Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5 #402

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5

Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.30.5 #402

Workflow file for this run

name: Govulncheck
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/**'
- '**.go'
- go.mod
- go.sum
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: '${{ vars.GO_VERSION }}'
go-package: ./...