Skip to content

Commit

Permalink
dep: ci: update actions/setup-go version
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Dec 9, 2023
1 parent 8f57d9c commit 20a736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 20a736e

Please sign in to comment.