Skip to content

Commit

Permalink
updates aws sdk to 1.44.190 for new features (#77)
Browse files Browse the repository at this point in the history
* updates aws sdk to 1.44.190 for new features
* requires go upgrade to 1.17
* updates mocks
  • Loading branch information
jritsema authored Feb 14, 2023
1 parent a51d57e commit 6f8999a
Show file tree
Hide file tree
Showing 5 changed files with 2,904 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.16.15
go-version: 1.17

- name: Run unit tests
run: make test
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.14.7
golang 1.17
Loading

0 comments on commit 6f8999a

Please sign in to comment.