Skip to content

Commit

Permalink
Merge pull request #386 from fuller-inc/bump-go1.19
Browse files Browse the repository at this point in the history
bump Go 1.19
  • Loading branch information
shogo82148 authored Aug 5, 2022
2 parents 38260e4 + cb5fb7e commit 1b8d14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.19"

- name: Check out code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion provider/assume-role/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fuller-inc/actions-aws-assume-role/provider/assume-role

go 1.18
go 1.19

require (
github.com/aws/aws-lambda-go v1.32.0 // indirect
Expand Down

0 comments on commit 1b8d14d

Please sign in to comment.