Skip to content

Commit

Permalink
fix: bump setup-go action to v5 for node16 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Mar 27, 2024
1 parent 66d515b commit b654621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: "x64"
allow-prereleases: true
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install Deps and Run Tests
Expand Down

0 comments on commit b654621

Please sign in to comment.