Bump the aws-sdk-go group across 1 directory with 5 updates #72
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Try the release flow to ensure it works | |
# Keep in sync with release.yml | |
name: Try release | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
try-release: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: 1.22.2 | |
- run: ./build-release.sh |