Skip to content

Commit

Permalink
Update go action to enable caching of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken authored Feb 11, 2024
1 parent b4e517a commit b95f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Linux Setup
Expand Down

0 comments on commit b95f049

Please sign in to comment.