Skip to content

Commit

Permalink
fix: changed go version to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharadwajshivam28 committed Oct 24, 2024
1 parent 0d2a6cd commit c42ec30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-multiplatform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
name: Test on all platforms

env:
GO_VERSION: 1.19
GO_VERSION: 1.23

jobs:
test:
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ toolchain go1.22.5

require (
cloud.google.com/go/container v1.40.0
cloud.google.com/go/iam v1.2.1
github.com/alecthomas/kong v1.2.1
github.com/aws/aws-sdk-go v1.55.5
github.com/mattn/go-colorable v0.1.13
Expand Down

0 comments on commit c42ec30

Please sign in to comment.