docs: Update docs and action.yml

pull/366/head
erezrokah 2 years ago
parent cb7e1d2c4a
commit 3c24beb7c8
No known key found for this signature in database
GPG Key ID: EA610DCA9B4C557B

@ -181,7 +181,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
cache-key-prefix: build-cache-
cache-key-prefix: build-cache
- run: go build
test:
runs-on: ubuntu-latest
@ -190,7 +190,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
cache-key-prefix: test-cache-
cache-key-prefix: test-cache
- run: go test ./...
```

@ -19,6 +19,7 @@ inputs:
description: 'Used to specify the path to a dependency file - go.sum'
cache-key-prefix:
description: 'A prefix to add to the cache key. Useful if you have multiple concurrent jobs that need different caches.'
default: 'setup-go'
architecture:
description: 'Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.'
outputs:

Loading…
Cancel
Save