Skip to content

Commit

Permalink
updated go version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoval committed Jan 28, 2023
1 parent ec1f64c commit b98a91d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18.2'
go-version: '1.19.5'
- run: ./generate.sh
- name: Cache go.sum dependencies
uses: actions/cache@v2
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.18.2'
go-version: '1.19.5'
- name: Cache go.sum dependencies
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rkoval/alfred-aws-console-services-workflow

go 1.18
go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.16.8
Expand Down

0 comments on commit b98a91d

Please sign in to comment.