Skip to content

Update module github.com/aws/aws-sdk-go-v2/service/sts to v1.33.9 #43

Update module github.com/aws/aws-sdk-go-v2/service/sts to v1.33.9

Update module github.com/aws/aws-sdk-go-v2/service/sts to v1.33.9 #43

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Compile
run: make compile
- name: Test
run: make test