Skip to content

Commit

Permalink
fix: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 23, 2024
1 parent 2c8985c commit 5941e46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: development
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
node-version: [ 18 ]
goarch: [ 'amd64', 'arm64' ] # Define architectures here
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: production
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
node-version: [ 18 ]
goarch: [ 'amd64', 'arm64' ] # Define architectures here
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
environment: development
strategy:
matrix:
go-version: [ '1.21' ]
go-version: [ '1.22' ]
node-version: [ 18 ]
goarch: [ 'amd64', 'arm64' ] # Define architectures here
steps:
Expand Down

0 comments on commit 5941e46

Please sign in to comment.