Skip to content

Commit

Permalink
CI: upgrade actions/setup-go to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Apr 24, 2024
1 parent 562102b commit a3878e2
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 @@ -51,7 +51,7 @@ jobs:
with:
path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Check Import path
Expand Down

0 comments on commit a3878e2

Please sign in to comment.