Skip to content

Commit

Permalink
test: use go 1.23 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof authored Nov 21, 2024
1 parent b0a9422 commit 1cb41ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- id: 'setup-go'
uses: actions/setup-go@v5
with:
go-version: '1.22.3'
go-version: '1.23.3'
if: steps.list-changed-test.outputs.any_changed == 'true'

- id: 'test'
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/zitadel/zitadel-charts

go 1.22.3
go 1.23.3

require (
github.com/gruntwork-io/terratest v0.47.2
Expand Down

0 comments on commit 1cb41ea

Please sign in to comment.