Skip to content

Commit

Permalink
chore: updating workflow for using actions/setup-go@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelHime committed Jul 17, 2024
1 parent 4a5c36e commit 547471b
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 @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Granting private modules access
Expand Down

0 comments on commit 547471b

Please sign in to comment.