Skip to content

Commit

Permalink
chore: bump workflow go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Apr 20, 2023
1 parent b475cf7 commit 0daa5ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions: read-all
on: [push, pull_request]

env:
GO_VERSION: "1.19.0"
GO_VERSION: "1.20.3"
NODE_VERSION: "18.4.0"
PNPM_VERSION: "7.5.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: release
on: [push, pull_request]

env:
GO_VERSION: "1.19.0"
GO_VERSION: "1.20.3"
NODE_VERSION: "18.4.0"
PNPM_VERSION: "7.5.0"

Expand Down

0 comments on commit 0daa5ca

Please sign in to comment.