Skip to content

Commit

Permalink
⬆️ (build.yml): upgrade Go version to 1.23 and add Deno build configu…
Browse files Browse the repository at this point in the history
…ration with version 2.1.4
  • Loading branch information
Gkirito committed Dec 27, 2024
1 parent cd4fd6a commit cfb44ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ jobs:
build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }}
package: false
go-version: '1.23'
go-version: '1.23'
deno-build: 'npm i -g pnpm'
deno-version: '2.1.4'
deno-working-directory: './'

0 comments on commit cfb44ff

Please sign in to comment.