mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(go): cache dependencies
This commit is contained in:
parent
d6794701ed
commit
1c3561618f
1
.github/workflows/code.yml
vendored
1
.github/workflows/code.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: 1.20.5
|
||||
cache-dependency-path: src/go.sum
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
- name: Golang CI
|
||||
|
|
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: 1.20.5
|
||||
cache-dependency-path: src/go.sum
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
- name: Initialize CodeQL
|
||||
|
|
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: 1.20.5
|
||||
cache-dependency-path: src/go.sum
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
|
||||
with:
|
||||
node-version: 17.6.0
|
||||
|
|
1
.github/workflows/gomod.yml
vendored
1
.github/workflows/gomod.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
|
||||
with:
|
||||
go-version: 1.20.5
|
||||
cache-dependency-path: src/go.sum
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
- name: Check for unused dependencies
|
||||
|
|
Loading…
Reference in a new issue