Skip to content

Commit

Permalink
CI: Update setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Dec 3, 2024
1 parent 0e8637e commit cfdbd0e
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 @@ -17,7 +17,7 @@ jobs:
with:
node-version: '${{ matrix.node-version }}'
- name: 'Install Golang ${{ matrix.go-version }}'
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go-version }}'
- name: Run Go unit tests
Expand Down

0 comments on commit cfdbd0e

Please sign in to comment.