Skip to content

Commit

Permalink
use go cache in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Aug 24, 2024
1 parent 5fdfb95 commit 6c73dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: |
go mod download
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/gouarfig/go/src/github.com/creativeprojects/imap/.github/workflows/build.yaml"
},
"cSpell.words": [
"maildir"
]
Expand Down

0 comments on commit 6c73dab

Please sign in to comment.