Skip to content
Snippets Groups Projects
Unverified Commit 2179ee00 authored by Star Brilliant's avatar Star Brilliant Committed by GitHub
Browse files

Merge pull request #169 from vinnyperella/patch-4

Update go.yml
parents 35e08359 6ddb1ad4
Branches
Tags
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