Skip to content

Commit

Permalink
Updated Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 15, 2024
1 parent 7541c61 commit 6290ef3
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 @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- run: go mod tidy
- run: go test ./... -v
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/ankane/go-timeouts

go 1.21
go 1.22

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

0 comments on commit 6290ef3

Please sign in to comment.