mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-07 06:16:02 +02:00
Update go action to enable caching of dependencies
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user