Skip to content

Commit

Permalink
Update golang version to 1.22 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
karanvasnani committed Jul 31, 2024
1 parent 815a48d commit 571020b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aws/aws-app-mesh-agent/agent

go 1.21
go 1.22

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

0 comments on commit 571020b

Please sign in to comment.