Skip to content

Commit

Permalink
feat(ci): specify GitHub actions cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Jul 3, 2023
1 parent 10417cc commit 7db274e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:
BUILDTIME_BASE: "golang:1.19.5-alpine3.17"
RUNTIME_BASE: "alpine:3.17"
GO_VERSION: "~1.19.5"
GO_CACHE: "/home/runner/.cache/go-build"
GO_MOD_CACHE: "/home/runner/go/pkg/mod"

jobs:
# Runs Golangci-lint on the source code
Expand Down

0 comments on commit 7db274e

Please sign in to comment.