Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.229 to 1.46.1 #614

Bump github.com/aws/aws-sdk-go from 1.44.229 to 1.46.1

Bump github.com/aws/aws-sdk-go from 1.44.229 to 1.46.1 #614

Workflow file for this run

name: Build
on:
push:
branches: [ mainline ]
pull_request:
branches: [ mainline ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v2
with:
go-version: "1.20"
id: go
- name: Install cross-compiler for Windows
run: sudo apt-get install -y gcc-multilib gcc-mingw-w64
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golint
run: go install golang.org/x/lint/golint@latest
- name: Build
run: make build windows-release test