Skip to content

Commit

Permalink
build: update workflow tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kodehat committed Feb 22, 2025
1 parent 85a7ccb commit f590358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
matrix:
goos: [ linux, windows, darwin ]
goarch: [ amd64, arm64 ]
go-version: [ '1.23' ]
go-version: [ '1.24' ]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build assets
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 23
cache: 'npm'
- run: echo "Building assets for ${{ github.ref_name }}"
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Run tests
strategy:
matrix:
go-version: [ '1.23' ]
go-version: [ '1.24' ]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') == true
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 23
cache: 'npm'
- if: startsWith(matrix.os, 'ubuntu') == true
run: npm install
Expand Down

0 comments on commit f590358

Please sign in to comment.