Skip to content

Commit

Permalink
Merge pull request #7 from reMarkable/node20
Browse files Browse the repository at this point in the history
chore: upgrade action to use node20
  • Loading branch information
estensen authored May 15, 2024
2 parents 1b41e04 + 9084cb1 commit 715cd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.19", "1.20", "1.21"]
go-version: ["1.20", "1.21", "1.22"]

steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
Expand Down

0 comments on commit 715cd75

Please sign in to comment.