Skip to content

security(go): bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.12 #257

security(go): bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.12

security(go): bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.12 #257

Workflow file for this run

name: Go
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.22'
- name: Build
run: make