Skip to content

Commit

Permalink
chore(ci): use Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Sep 4, 2024
1 parent ff81188 commit 178ad45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
go_version: 1.21
go_version: 1.23

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- "!dependabot/**"

env:
go_version: '1.21'
go_version: '1.23'
artifact_name: passbolt-operator
artifact_bin_name: kubebuilder
IMG: tagesspiegel/passbolt-operator:dev
Expand Down

0 comments on commit 178ad45

Please sign in to comment.