Skip to content

Commit

Permalink
chore(deps): upgrade go to v1.23 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer authored Nov 15, 2024
1 parent c845e9b commit 5bf4eb6
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.22', '1.23']
name: Go ${{ matrix.go }} test
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/zitadel/schema

go 1.18
go 1.22

0 comments on commit 5bf4eb6

Please sign in to comment.