mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
cache
This commit is contained in:
parent
d4ac1c0dd8
commit
d9e21d04f0
1 changed files with 8 additions and 0 deletions
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -18,6 +18,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '1.22.4'
|
go-version: '1.22.4'
|
||||||
|
|
||||||
|
- name: Cache Go Modules
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/go/pkg/mod
|
||||||
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-go-
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue