Skip to content
Snippets Groups Projects
Unverified Commit 6ddb1ad4 authored by Vinny's avatar Vinny Committed by GitHub
Browse files

Update go.yml

Updated actions checkout/cache to v4.
parent 35e08359
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
id: go id: go
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v4
- name: Linux build - name: Linux build
run: | run: |
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
doh-server/doh-server doh-server/doh-server
- name: Cache - name: Cache
uses: actions/cache@v2 uses: actions/cache@v4
with: with:
# A directory to store and save the cache # A directory to store and save the cache
path: ~/go/pkg/mod path: ~/go/pkg/mod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment