Skip to content

Bump github.com/aws/aws-sdk-go from 1.45.5 to 1.45.7 (#1144) #1404

Bump github.com/aws/aws-sdk-go from 1.45.5 to 1.45.7 (#1144)

Bump github.com/aws/aws-sdk-go from 1.45.5 to 1.45.7 (#1144) #1404

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker build -t yace --build-arg VERSION=${{github.event.release.tag_name}} .