mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Update go action to enable caching of dependencies
This commit is contained in:
parent
b4e517a594
commit
b95f049c27
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user